Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java60 private RecentsAnimationController mController;
124 mController = new RecentsAnimationController(animationController, in onAnimationStart()
196 private final void onAnimationFinished(RecentsAnimationController controller) { in onAnimationFinished()
234 default void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
247 default void onRecentsAnimationFinished(@NonNull RecentsAnimationController controller) {} in onRecentsAnimationFinished()
DRecentsAnimationController.java50 public class RecentsAnimationController { class
54 private final Consumer<RecentsAnimationController> mOnFinishedListener;
64 public RecentsAnimationController(RecentsAnimationControllerCompat controller, in RecentsAnimationController() method in RecentsAnimationController
66 Consumer<RecentsAnimationController> onFinishedListener) { in RecentsAnimationController()
DGestureState.java182 private RecentsAnimationController mRecentsAnimationController;
471 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
492 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in onRecentsAnimationFinished()
DTaskAnimationManager.java66 private RecentsAnimationController mController;
165 public void onRecentsAnimationStart(RecentsAnimationController controller, in startRecentsAnimation()
224 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in startRecentsAnimation()
DAbsSwipeUpHandler.java188 protected @Nullable RecentsAnimationController mRecentsAnimationController;
189 protected @Nullable RecentsAnimationController mDeferredCleanupRecentsAnimationController;
952 public void onRecentsAnimationStart(RecentsAnimationController controller,
2101 RecentsAnimationController recentsAnimationController =
2395 public void onRecentsAnimationFinished(@NonNull RecentsAnimationController controller) {
DTaskViewUtils.java307 final RecentsAnimationController controller = in createRecentsWindowAnimator()
630 final RecentsAnimationController raController = in composeRecentsLaunchAnimator()
DOverviewCommandHelper.java356 public void onRecentsAnimationStart(RecentsAnimationController controller, in executeCommand()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java42 import com.android.quickstep.RecentsAnimationController;
88 private RecentsAnimationController mRecentsAnimationController;
174 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
DDeviceLockedInputConsumer.java52 import com.android.quickstep.RecentsAnimationController;
109 private RecentsAnimationController mRecentsAnimationController;
254 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
DOtherActivityInputConsumer.java55 import com.android.quickstep.RecentsAnimationController;
536 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java42 import com.android.quickstep.RecentsAnimationController;
119 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
DSplitSelectStateController.java92 import com.android.quickstep.RecentsAnimationController;
1037 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java52 import com.android.quickstep.RecentsAnimationController;
785 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in onRecentsAnimationFinished()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java179 import com.android.quickstep.RecentsAnimationController;
471 protected RecentsAnimationController mRecentsAnimationController;
5416 public void setRecentsAnimationTargets(RecentsAnimationController recentsAnimationController, in setRecentsAnimationTargets()
6298 public RecentsAnimationController getRecentsAnimationController() {