Home
last modified time | relevance | path

Searched refs:createAnimationToNewWorkspace (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DStateManager.java297 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 DAllAppsSwipeController.java85 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTwoButtonNavbarTouchController.java139 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
H A DNoButtonQuickSwitchTouchController.java216 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim()
317 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
H A DQuickSwitchTouchController.java118 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
H A DPortraitStatesTouchController.java197 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherSwipeHandlerV2.java335 return mActivity.getStateManager().createAnimationToNewWorkspace(
H A DRecentsActivity.java435 .createAnimationToNewWorkspace(RecentsState.BG_LAUNCHER, HOME_APPEAR_DURATION);
H A DTaskViewUtils.java572 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()