mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fade out the taskbar icons when animating to overview in 3 button nav.
Bug: 231213105 Test: from home, opened recents, then went back home, then went back to recents, resumed an app, then went back to recents and resumed the same app (both in 3-button and gesture nav) Change-Id: I83b1b33cafb95353f36a126b93fcaf3b536d3bf4
This commit is contained in:
@@ -111,11 +111,9 @@ public class TaskbarKeyguardController implements TaskbarControllers.LoggableTas
|
||||
public void dumpLogs(String prefix, PrintWriter pw) {
|
||||
pw.println(prefix + "TaskbarKeyguardController:");
|
||||
|
||||
pw.println(String.format(
|
||||
"%s\tmKeyguardSysuiFlags=%s",
|
||||
prefix,
|
||||
QuickStepContract.getSystemUiStateString(mKeyguardSysuiFlags)));
|
||||
pw.println(String.format("%s\tmBouncerShowing=%b", prefix, mBouncerShowing));
|
||||
pw.println(String.format("%s\tmIsScreenOff=%b", prefix, mIsScreenOff));
|
||||
pw.println(prefix + "\tmKeyguardSysuiFlags=" + QuickStepContract.getSystemUiStateString(
|
||||
mKeyguardSysuiFlags));
|
||||
pw.println(prefix + "\tmBouncerShowing=" + mBouncerShowing);
|
||||
pw.println(prefix + "\tmIsScreenOff=" + mIsScreenOff);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user