Searched refs:RecentsAnimationController (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationCallbacks.java | 60 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()
|
D | RecentsAnimationController.java | 50 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()
|
D | GestureState.java | 182 private RecentsAnimationController mRecentsAnimationController; 471 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart() 492 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in onRecentsAnimationFinished()
|
D | TaskAnimationManager.java | 66 private RecentsAnimationController mController; 165 public void onRecentsAnimationStart(RecentsAnimationController controller, in startRecentsAnimation() 224 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in startRecentsAnimation()
|
D | AbsSwipeUpHandler.java | 188 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) {
|
D | TaskViewUtils.java | 307 final RecentsAnimationController controller = in createRecentsWindowAnimator() 630 final RecentsAnimationController raController = in composeRecentsLaunchAnimator()
|
D | OverviewCommandHelper.java | 356 public void onRecentsAnimationStart(RecentsAnimationController controller, in executeCommand()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ProgressDelegateInputConsumer.java | 42 import com.android.quickstep.RecentsAnimationController; 88 private RecentsAnimationController mRecentsAnimationController; 174 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
|
D | DeviceLockedInputConsumer.java | 52 import com.android.quickstep.RecentsAnimationController; 109 private RecentsAnimationController mRecentsAnimationController; 254 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
|
D | OtherActivityInputConsumer.java | 55 import com.android.quickstep.RecentsAnimationController; 536 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitWithKeyboardShortcutController.java | 42 import com.android.quickstep.RecentsAnimationController; 119 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
|
D | SplitSelectStateController.java | 92 import com.android.quickstep.RecentsAnimationController; 1037 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarLauncherStateController.java | 52 import com.android.quickstep.RecentsAnimationController; 785 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in onRecentsAnimationFinished()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 179 import com.android.quickstep.RecentsAnimationController; 471 protected RecentsAnimationController mRecentsAnimationController; 5416 public void setRecentsAnimationTargets(RecentsAnimationController recentsAnimationController, in setRecentsAnimationTargets() 6298 public RecentsAnimationController getRecentsAnimationController() {
|