Home
last modified time | relevance | path

Searched refs:REORDER_PREVIEW_MAGNITUDE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderPreviewAnimationTest.kt102 CellLayout.REORDER_PREVIEW_MAGNITUDE, in testAnimationAtGivenProgress()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java194 public static final float REORDER_PREVIEW_MAGNITUDE = 0.12f; field in CellLayout
268 mReorderPreviewAnimationMagnitude = (REORDER_PREVIEW_MAGNITUDE * deviceProfile.iconSizePx); in CellLayout()