Searched refs:ReorderPreviewAnimation (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimationTest.kt | 27 import com.android.launcher3.celllayout.ReorderPreviewAnimation.Companion.HINT_DURATION 28 import com.android.launcher3.celllayout.ReorderPreviewAnimation.Companion.PREVIEW_DURATION 91 val map = ArrayMap<Reorderable, ReorderPreviewAnimation<Mock>>() in testAnimationAtGivenProgress() 93 ReorderPreviewAnimation( in testAnimationAtGivenProgress() 119 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() 124 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() 129 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() 134 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() 141 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() 154 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimation.kt | 41 class ReorderPreviewAnimation<T>( class 54 private val shakeAnimators: ArrayMap<Reorderable, ReorderPreviewAnimation<T>> 112 val oldAnimation: ReorderPreviewAnimation<T>? = shakeAnimators.remove(child) in animate()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 66 import com.android.launcher3.celllayout.ReorderPreviewAnimation; 149 @Thunk final ArrayMap<Reorderable, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>(); 1408 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT in beginOrAdjustReorderPreviewAnimations() 1413 ReorderPreviewAnimation rha = new ReorderPreviewAnimation(child, mode, in beginOrAdjustReorderPreviewAnimations() 1422 for (ReorderPreviewAnimation a: mShakeAnimators.values()) { in completeAndClearReorderPreviewAnimations() 1549 ReorderPreviewAnimation.MODE_PREVIEW); in createAreaForResize() 1657 ReorderPreviewAnimation.MODE_HINT); in performReorder() 1682 ReorderPreviewAnimation.MODE_PREVIEW); in performReorder()
|