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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user