Home
last modified time | relevance | path

Searched refs:SwipeAnimationTargetSet (Results 1 – 8 of 8) 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.java27 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
50 private final Consumer<SwipeAnimationTargetSet> mOnFinishListener;
56 Consumer<SwipeAnimationTargetSet> onFinishListener) { in RecentsAnimationListenerSet()
78 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;
39 private SwipeAnimationTargetSet mLastAnimationTarget;
55 public final void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
95 private void onSwipeAnimationFinished(SwipeAnimationTargetSet targetSet) { in onSwipeAnimationFinished()
DRecentsAnimationWrapper.java32 import com.android.quickstep.util.SwipeAnimationTargetSet;
49 public SwipeAnimationTargetSet targetSet;
72 public synchronized void setController(SwipeAnimationTargetSet targetSet) { in setController()
130 SwipeAnimationTargetSet controller = targetSet; in finishAndClear()
224 public SwipeAnimationTargetSet getController() { in getController()
DBaseSwipeUpHandler.java63 import com.android.quickstep.util.SwipeAnimationTargetSet;
64 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
241 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
DWindowTransformSwipeHandler.java85 import com.android.quickstep.util.SwipeAnimationTargetSet;
546 SwipeAnimationTargetSet controller = mRecentsAnimationWrapper.getController(); in updateFinalShift()
602 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
1107 SwipeAnimationTargetSet controller = mRecentsAnimationWrapper.getController(); in switchToScreenshot()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java48 import com.android.quickstep.util.SwipeAnimationTargetSet;
56 SwipeAnimationTargetSet.SwipeAnimationListener {
92 private SwipeAnimationTargetSet mTargetSet;
219 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()
DFallbackNoButtonInputConsumer.java52 import com.android.quickstep.util.SwipeAnimationTargetSet;
417 public void onRecentsAnimationStart(SwipeAnimationTargetSet targetSet) { in onRecentsAnimationStart()