Searched refs:createAnimationToNewWorkspace (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
H A D | StateManager.java | 297 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 299 return createAnimationToNewWorkspace(state, duration, 0 /* animFlags */); in createAnimationToNewWorkspace() 302 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 307 return createAnimationToNewWorkspace(state, config); in createAnimationToNewWorkspace() 310 public AnimatorPlaybackController createAnimationToNewWorkspace(STATE_TYPE state, in createAnimationToNewWorkspace() method in StateManager
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | AllAppsSwipeController.java | 85 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | TwoButtonNavbarTouchController.java | 139 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
|
H A D | NoButtonQuickSwitchTouchController.java | 216 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim() 317 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
|
H A D | QuickSwitchTouchController.java | 118 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
H A D | PortraitStatesTouchController.java | 197 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | LauncherSwipeHandlerV2.java | 335 return mActivity.getStateManager().createAnimationToNewWorkspace(
|
H A D | RecentsActivity.java | 435 .createAnimationToNewWorkspace(RecentsState.BG_LAUNCHER, HOME_APPEAR_DURATION);
|
H A D | TaskViewUtils.java | 572 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
|