Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java139 @Thunk final ArrayMap<View, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>();
1907 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews in beginOrAdjustReorderPreviewAnimations()
1912 ReorderPreviewAnimation rha = new ReorderPreviewAnimation(child, mode, lp.cellX, in beginOrAdjustReorderPreviewAnimations()
1919 private static final Property<ReorderPreviewAnimation, Float> ANIMATION_PROGRESS =
1920 new Property<ReorderPreviewAnimation, Float>(float.class, "animationProgress") {
1922 public Float get(ReorderPreviewAnimation anim) {
1927 public void set(ReorderPreviewAnimation anim, Float progress) {
1934 class ReorderPreviewAnimation { class in CellLayout
1955 public ReorderPreviewAnimation(View child, int mode, int cellX0, int cellY0, int cellX1, in ReorderPreviewAnimation() method in CellLayout.ReorderPreviewAnimation
2012 ReorderPreviewAnimation oldAnimation = mShakeAnimators.get(child); in animate()
[all …]