Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java51 private RecentsAnimationController mController;
113 mController = new RecentsAnimationController(animationController, in onAnimationStart()
148 private final void onAnimationFinished(RecentsAnimationController controller) { in onAnimationFinished()
164 default void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
177 default void onRecentsAnimationFinished(@NonNull RecentsAnimationController controller) {} in onRecentsAnimationFinished()
H A DRecentsAnimationController.java40 public class RecentsAnimationController { class
43 private final Consumer<RecentsAnimationController> mOnFinishedListener;
53 public RecentsAnimationController(RecentsAnimationControllerCompat controller, in RecentsAnimationController() method in RecentsAnimationController
55 Consumer<RecentsAnimationController> onFinishedListener) { in RecentsAnimationController()
H A DTaskAnimationManager.java54 private RecentsAnimationController mController;
128 public void onRecentsAnimationStart(RecentsAnimationController controller, in startRecentsAnimation()
148 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in startRecentsAnimation()
H A DGestureState.java144 private RecentsAnimationController mRecentsAnimationController;
370 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
391 public void onRecentsAnimationFinished(RecentsAnimationController controller) { in onRecentsAnimationFinished()
H A DOverviewCommandHelper.java210 public void onRecentsAnimationStart(RecentsAnimationController controller, in executeCommand()
H A DAbsSwipeUpHandler.java151 protected @Nullable RecentsAnimationController mRecentsAnimationController;
798 public void onRecentsAnimationStart(RecentsAnimationController controller,
1921 public void onRecentsAnimationFinished(RecentsAnimationController controller) {
H A DTaskViewUtils.java276 final RecentsAnimationController controller = in createRecentsWindowAnimator()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java31 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
32 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
33 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_TOP;
49 import com.android.server.wm.RecentsAnimationController.RecentsAnimationCallbacks;
281 private void finishAnimation(@RecentsAnimationController.ReorderMode int reorderMode, in finishAnimation()
291 final RecentsAnimationController controller = in finishAnimation()
423 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished()
436 final RecentsAnimationController controller = in onRootTaskOrderChanged()
H A DRecentsAnimationController.java94 public class RecentsAnimationController implements DeathRecipient { class
95 private static final String TAG = RecentsAnimationController.class.getSimpleName();
362 RecentsAnimationController.this.setWillFinishToHome(willFinishToHome);
410 RecentsAnimationController(WindowManagerService service, in RecentsAnimationController() method in RecentsAnimationController
1412 pw.print(prefix); pw.println(RecentsAnimationController.class.getSimpleName() + ":");
H A DFadeRotationAnimationController.java65 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in FadeRotationAnimationController()
H A DWallpaperWindowToken.java121 final RecentsAnimationController recentsAnimationController = in updateWallpaperWindows()
H A DInputMonitor.java441 final RecentsAnimationController recentsAnimationController = in updateInputFocusRequest()
568 final RecentsAnimationController recentsAnimationController = in accept()
H A DDisplayRotation.java445 final RecentsAnimationController recentsAnimController = in updateRotationUnchecked()
491 final RecentsAnimationController recentsAnimationController = in updateRotationUnchecked()
H A DWallpaperController.java182 final RecentsAnimationController recentsAnimationController =
H A DWindowManagerService.java641 private RecentsAnimationController mRecentsAnimationController;
3009 RecentsAnimationController.RecentsAnimationCallbacks callbacks, int displayId, in initializeRecentsAnimation()
3011 mRecentsAnimationController = new RecentsAnimationController(this, recentsAnimationRunner, in initializeRecentsAnimation()
3018 void setRecentsAnimationController(RecentsAnimationController controller) { in setRecentsAnimationController()
3022 RecentsAnimationController getRecentsAnimationController() { in getRecentsAnimationController()
3027 @RecentsAnimationController.ReorderMode int reorderMode, String reason) { in cancelRecentsAnimation()
3035 void cleanupRecentsAnimation(@RecentsAnimationController.ReorderMode int reorderMode) { in cleanupRecentsAnimation()
3037 final RecentsAnimationController controller = mRecentsAnimationController; in cleanupRecentsAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DProgressDelegateInputConsumer.java41 import com.android.quickstep.RecentsAnimationController;
86 private RecentsAnimationController mRecentsAnimationController;
170 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
H A DDeviceLockedInputConsumer.java51 import com.android.quickstep.RecentsAnimationController;
105 private RecentsAnimationController mRecentsAnimationController;
235 public void onRecentsAnimationStart(RecentsAnimationController controller, in onRecentsAnimationStart()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java37 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
38 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
39 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_TOP;
95 @Mock RecentsAnimationController.RecentsAnimationCallbacks mAnimationCallbacks;
97 private RecentsAnimationController mController;
105 mController = spy(new RecentsAnimationController(mWm, mMockRunner, mAnimationCallbacks, in setUp()
274 RecentsAnimationController.TaskAnimationAdapter adapter = mController.addAnimation( in testDeferCancelAnimationWithScreenShot()
768 mController = new RecentsAnimationController(mWm, mMockRunner, mAnimationCallbacks, in startRecentsInDifferentRotation()
789 private static void initializeRecentsAnimationController(RecentsAnimationController controller, in initializeRecentsAnimationController()
H A DRecentsAnimationTest.java35 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;
56 import com.android.server.wm.RecentsAnimationController.RecentsAnimationCallbacks;
75 private RecentsAnimationController mRecentsAnimationController;
79 mRecentsAnimationController = mock(RecentsAnimationController.class); in setUp()
H A DWallpaperControllerTests.java285 final RecentsAnimationController recentsController = mock(RecentsAnimationController.class); in testFixedRotationRecentsAnimatingTask()
H A DZOrderingTests.java568 RecentsAnimationController controller = new RecentsAnimationController( in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
H A DRemoteAnimationControllerTest.java687 final RecentsAnimationController mockController = in testNonAppTarget_notSendNavBar_controlledByRecents()
688 mock(RecentsAnimationController.class); in testNonAppTarget_notSendNavBar_controlledByRecents()
H A DWindowStateTests.java723 RecentsAnimationController recentsController = mock(RecentsAnimationController.class); in testCantReceiveTouchDuringRecentsAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarLauncherStateController.java36 import com.android.quickstep.RecentsAnimationController;
374 public void onRecentsAnimationFinished(RecentsAnimationController controller) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java150 import com.android.quickstep.RecentsAnimationController;
390 protected RecentsAnimationController mRecentsAnimationController;
4344 public void setRecentsAnimationTargets(RecentsAnimationController recentsAnimationController, in setRecentsAnimationTargets()
5053 public RecentsAnimationController getRecentsAnimationController() {

12