Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java34 public class SwipeAnimationTargetSet extends RemoteAnimationTargetSet { class
37 private final Consumer<SwipeAnimationTargetSet> mOnFinishListener;
43 public SwipeAnimationTargetSet(RecentsAnimationControllerCompat controller, in SwipeAnimationTargetSet() method in SwipeAnimationTargetSet
46 Consumer<SwipeAnimationTargetSet> onFinishListener) { in SwipeAnimationTargetSet()
63 public SwipeAnimationTargetSet cloneWithoutTargets() { in cloneWithoutTargets()
64 return new SwipeAnimationTargetSet(controller, new RemoteAnimationTargetCompat[0], in cloneWithoutTargets()
115 void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet); in onRecentsAnimationStart()
DRecentsAnimationListenerSet.java25 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
49 private final Consumer<SwipeAnimationTargetSet> mOnFinishListener;
55 Consumer<SwipeAnimationTargetSet> onFinishListener) { in RecentsAnimationListenerSet()
77 SwipeAnimationTargetSet targetSet = new SwipeAnimationTargetSet(controller, targets, in onAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeSharedState.java26 import com.android.quickstep.util.SwipeAnimationTargetSet;
27 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
38 private SwipeAnimationTargetSet mLastAnimationTarget;
53 public final void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
93 private void onSwipeAnimationFinished(SwipeAnimationTargetSet targetSet) { in onSwipeAnimationFinished()
DRecentsAnimationWrapper.java30 import com.android.quickstep.util.SwipeAnimationTargetSet;
47 public SwipeAnimationTargetSet targetSet;
70 public synchronized void setController(SwipeAnimationTargetSet targetSet) { in setController()
128 SwipeAnimationTargetSet controller = targetSet; in finishAndClear()
202 public SwipeAnimationTargetSet getController() { in getController()
DWindowTransformSwipeHandler.java103 import com.android.quickstep.util.SwipeAnimationTargetSet;
104 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
704 SwipeAnimationTargetSet controller = mRecentsAnimationWrapper.getController(); in updateFinalShift()
769 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
1355 SwipeAnimationTargetSet controller = mRecentsAnimationWrapper.getController(); in switchToScreenshot()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java46 import com.android.quickstep.util.SwipeAnimationTargetSet;
56 SwipeAnimationTargetSet.SwipeAnimationListener {
91 private SwipeAnimationTargetSet mTargetSet;
218 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
DFallbackNoButtonInputConsumer.java56 import com.android.quickstep.util.SwipeAnimationTargetSet;
57 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
101 private SwipeAnimationTargetSet mSwipeAnimationTargetSet;
320 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) {