Hide taskbar content while dreaming.
When entering the dreaming state, the TaskbarDragLayer is faded out. Upon wake up, a slight delay is added to allow the SFPS reader to do its magic, so the lockscreen-navbar does not pop-in just to be removed again. Bug: 271440683 Bug: 275319714 Fixes: 271440683 Test: manual (http://shortn/_cQudGXDSDU) Change-Id: I34e02f02288bace39626d531d115fc994b11f371
This commit is contained in:
@@ -49,7 +49,8 @@ public class StashedHandleViewController implements TaskbarControllers.LoggableT
|
||||
public static final int ALPHA_INDEX_STASHED = 0;
|
||||
public static final int ALPHA_INDEX_HOME_DISABLED = 1;
|
||||
public static final int ALPHA_INDEX_ASSISTANT_INVOKED = 2;
|
||||
private static final int NUM_ALPHA_CHANNELS = 3;
|
||||
public static final int ALPHA_INDEX_HIDDEN_WHILE_DREAMING = 3;
|
||||
private static final int NUM_ALPHA_CHANNELS = 4;
|
||||
|
||||
/**
|
||||
* The SharedPreferences key for whether the stashed handle region is dark.
|
||||
|
||||
Reference in New Issue
Block a user