Searched refs:ReorderPreviewAnimation (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 141 @Thunk final ArrayMap<Reorderable, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>(); 1970 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews in beginOrAdjustReorderPreviewAnimations() 1976 ReorderPreviewAnimation rha = new ReorderPreviewAnimation((Reorderable) child, in beginOrAdjustReorderPreviewAnimations() 1983 private static final Property<ReorderPreviewAnimation, Float> ANIMATION_PROGRESS = 1984 new Property<ReorderPreviewAnimation, Float>(float.class, "animationProgress") { 1986 public Float get(ReorderPreviewAnimation anim) { 1991 public void set(ReorderPreviewAnimation anim, Float progress) { 1998 class ReorderPreviewAnimation { class in CellLayout 2019 public ReorderPreviewAnimation(Reorderable child, int mode, int cellX0, int cellY0, in ReorderPreviewAnimation() method in CellLayout.ReorderPreviewAnimation 2068 ReorderPreviewAnimation oldAnimation = mShakeAnimators.get(child); in animate() [all …]
|