mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +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:
@@ -144,10 +144,9 @@ public class TaskbarDragLayerController implements TaskbarControllers.LoggableTa
|
||||
public void dumpLogs(String prefix, PrintWriter pw) {
|
||||
pw.println(prefix + "TaskbarDragLayerController:");
|
||||
|
||||
pw.println(String.format("%s\tmBgOffset=%.2f", prefix, mBgOffset.value));
|
||||
pw.println(String.format("%s\tmFolderMargin=%dpx", prefix, mFolderMargin));
|
||||
pw.println(String.format(
|
||||
"%s\tmLastSetBackgroundAlpha=%.2f", prefix, mLastSetBackgroundAlpha));
|
||||
pw.println(prefix + "\tmBgOffset=" + mBgOffset.value);
|
||||
pw.println(prefix + "\tmFolderMargin=" + mFolderMargin);
|
||||
pw.println(prefix + "\tmLastSetBackgroundAlpha=" + mLastSetBackgroundAlpha);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user