Searched refs:ReorderPreviewAnimation (Results 1 – 1 of 1) sorted by relevance
2058 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 CellLayout2101 public ReorderPreviewAnimation(Reorderable child, int mode, int cellX0, int cellY0, in ReorderPreviewAnimation() method in CellLayout.ReorderPreviewAnimation2150 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 …]