Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2058 ReorderPreviewAnimation rha = new ReorderPreviewAnimation((Reorderable) child, in beginOrAdjustReorderPreviewAnimations()
2065 private static final Property<ReorderPreviewAnimation, Float> ANIMATION_PROGRESS =
2068 public Float get(ReorderPreviewAnimation anim) {
2073 public void set(ReorderPreviewAnimation anim, Float progress) {
2080 class ReorderPreviewAnimation { class in CellLayout
2101 public ReorderPreviewAnimation(Reorderable child, int mode, int cellX0, int cellY0, in ReorderPreviewAnimation() method in CellLayout.ReorderPreviewAnimation
2150 ReorderPreviewAnimation oldAnimation = mShakeAnimators.get(child); in animate()
2227 for (ReorderPreviewAnimation a: mShakeAnimators.values()) { in completeAndClearReorderPreviewAnimations()
2418 ReorderPreviewAnimation.MODE_PREVIEW); in createAreaForResize()
2473 ReorderPreviewAnimation.MODE_HINT); in performReorder()
[all …]