Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DContentFillItemAnimator.java45 private static final class PendingAnimation { class in ContentFillItemAnimator
49 PendingAnimation(ViewHolder vh, int type) { in PendingAnimation() method in ContentFillItemAnimator.PendingAnimation
66 private final ArrayList<PendingAnimation> mPendingAnims = new ArrayList<>();
98 PendingAnimation pendAnim = new PendingAnimation(holder, ANIM_TYPE_REMOVE); in animateRemove()
153 PendingAnimation pendAnim = new PendingAnimation(oldHolder, ANIM_TYPE_CHANGE); in animateChange()
200 PendingAnimation curAnim = mPendingAnims.remove(0); in runPendingAnimations()
242 private void endPendingAnimation(PendingAnimation pendAnim) { in endPendingAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java99 import com.android.launcher3.util.PendingAnimation;
286 private PendingAnimation mPendingAnimation;
1045 private void removeTask(Task task, int index, PendingAnimation.OnEndListener onEndListener, in removeTask()
1057 public PendingAnimation createTaskDismissAnimation(TaskView taskView, boolean animateTaskView, in createTaskDismissAnimation()
1063 PendingAnimation pendingAnimation = new PendingAnimation(anim); in createTaskDismissAnimation()
1139 mPendingAnimation.addEndListener(new Consumer<PendingAnimation.OnEndListener>() { in createTaskDismissAnimation()
1141 public void accept(PendingAnimation.OnEndListener onEndListener) { in createTaskDismissAnimation()
1150 private void onEnd(PendingAnimation.OnEndListener onEndListener) { in createTaskDismissAnimation()
1177 public PendingAnimation createAllTasksDismissAnimation(long duration) { in createAllTasksDismissAnimation()
1182 PendingAnimation pendingAnimation = new PendingAnimation(anim); in createAllTasksDismissAnimation()
[all …]
DTaskView.java61 import com.android.launcher3.util.PendingAnimation;
263 final PendingAnimation pendingAnimation = in createLaunchAnimationForRunningTask()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java22 import com.android.launcher3.util.PendingAnimation;
61 PendingAnimation createSwipeDownToTaskAppAnimation(long duration) { in createSwipeDownToTaskAppAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPendingAnimation.java33 public class PendingAnimation { class
39 public PendingAnimation(AnimatorSet anim) { in PendingAnimation() method in PendingAnimation
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java24 import com.android.launcher3.util.PendingAnimation;
77 PendingAnimation createSwipeDownToTaskAppAnimation(long duration) { in createSwipeDownToTaskAppAnimation()
DTaskViewTouchController.java38 import com.android.launcher3.util.PendingAnimation;
61 private PendingAnimation mPendingAnimation;
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java51 import com.android.launcher3.util.PendingAnimation;
82 protected PendingAnimation mPendingAnimation;