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.java101 import com.android.launcher3.util.PendingAnimation;
287 private PendingAnimation mPendingAnimation;
1074 private void removeTask(Task task, int index, PendingAnimation.OnEndListener onEndListener, in removeTask()
1087 public PendingAnimation createTaskDismissAnimation(TaskView taskView, boolean animateTaskView, in createTaskDismissAnimation()
1093 PendingAnimation pendingAnimation = new PendingAnimation(anim); in createTaskDismissAnimation()
1169 mPendingAnimation.addEndListener(new Consumer<PendingAnimation.OnEndListener>() { in createTaskDismissAnimation()
1171 public void accept(PendingAnimation.OnEndListener onEndListener) { in createTaskDismissAnimation()
1180 private void onEnd(PendingAnimation.OnEndListener onEndListener) { in createTaskDismissAnimation()
1207 public PendingAnimation createAllTasksDismissAnimation(long duration) { in createAllTasksDismissAnimation()
1212 PendingAnimation pendingAnimation = new PendingAnimation(anim); in createAllTasksDismissAnimation()
[all …]
DTaskView.java60 import com.android.launcher3.util.PendingAnimation;
259 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.java42 import com.android.launcher3.util.PendingAnimation;
64 private PendingAnimation mPendingAnimation;
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java49 import com.android.launcher3.util.PendingAnimation;
79 protected PendingAnimation mPendingAnimation;