Lines Matching refs:ReorderPreviewAnimation
142 @Thunk final ArrayMap<Reorderable, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>();
2052 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews in beginOrAdjustReorderPreviewAnimations()
2058 ReorderPreviewAnimation rha = new ReorderPreviewAnimation((Reorderable) child, in beginOrAdjustReorderPreviewAnimations()
2065 private static final Property<ReorderPreviewAnimation, Float> ANIMATION_PROGRESS =
2066 new Property<ReorderPreviewAnimation, Float>(float.class, "animationProgress") {
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()
2513 ReorderPreviewAnimation.MODE_PREVIEW); in performReorder()