Revert "Revert "3/ Add input consumer to capture touches during a Recents transition""

This reverts commit 86733be8f6.

Reason for revert: Testing relanding changes with ag/3515280

Change-Id: I37172d809db48622040d5fa41c4d4dcd077a9328
This commit is contained in:
Winson Chung
2018-01-25 17:46:11 +00:00
parent e2d721781f
commit a89ffedaa3
3 changed files with 54 additions and 20 deletions

View File

@@ -98,11 +98,13 @@ public interface WindowManager extends ViewManager {
int DOCKED_BOTTOM = 4;
/** @hide */
final static String INPUT_CONSUMER_PIP = "pip_input_consumer";
String INPUT_CONSUMER_PIP = "pip_input_consumer";
/** @hide */
final static String INPUT_CONSUMER_NAVIGATION = "nav_input_consumer";
String INPUT_CONSUMER_NAVIGATION = "nav_input_consumer";
/** @hide */
final static String INPUT_CONSUMER_WALLPAPER = "wallpaper_input_consumer";
String INPUT_CONSUMER_WALLPAPER = "wallpaper_input_consumer";
/** @hide */
String INPUT_CONSUMER_RECENTS_ANIMATION = "recents_animation_input_consumer";
/**
* Not set up for a transition.