mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Adding animation so the CellLayout is properly spaced on Foldables
Flag: LEGACY FOLDABLE_SINGLE_PAGE DISABLED Fix: 294841331 Test: atest HomeScreenEditStateImageTest Change-Id: I5dc94b63ca322748b952ce4bd55b6951d51d190f
This commit is contained in:
@@ -37,8 +37,11 @@ public class MultiTranslateDelegate {
|
||||
public static final int INDEX_TASKBAR_ALIGNMENT_ANIM = 3;
|
||||
public static final int INDEX_TASKBAR_REVEAL_ANIM = 4;
|
||||
|
||||
// Affect all items inside of a MultipageCellLayout
|
||||
public static final int INDEX_CELLAYOUT_MULTIPAGE_SPACING = 3;
|
||||
|
||||
// Specific for widgets
|
||||
public static final int INDEX_WIDGET_CENTERING = 3;
|
||||
public static final int INDEX_WIDGET_CENTERING = 4;
|
||||
|
||||
// Specific for hotseat items when adjusting for bubbles
|
||||
public static final int INDEX_BUBBLE_ADJUSTMENT_ANIM = 3;
|
||||
|
||||
Reference in New Issue
Block a user