mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Polish taskbar un/stash animation.
- When QSB is inline, we add it to the reveal animation
so that it moves in coordination with the rest of the
taskbar icons
- Hide All Apps button when transitioning from Home -> App
to match spec
- Shorten duration icons move in x duration so that they
stay within the taskbar background bounds.
Bug: 267806083
Bug: 246635237
Bug: 246660243
Test: transient taskbar
with isQsbInline = true and false
Change-Id: Ie6b866311cc2ceba88cdf01652b30fee457d0359
This commit is contained in:
@@ -33,7 +33,7 @@ public class MultiTranslateDelegate {
|
||||
public static final int INDEX_REORDER_PREVIEW_OFFSET = 1;
|
||||
public static final int INDEX_MOVE_FROM_CENTER_ANIM = 2;
|
||||
|
||||
// Specific for icons and folders
|
||||
// Specific for items in taskbar (icons, folders, qsb)
|
||||
public static final int INDEX_TASKBAR_ALIGNMENT_ANIM = 3;
|
||||
public static final int INDEX_TASKBAR_REVEAL_ANIM = 4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user