Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java280 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager
282 return createAnimationToNewWorkspace(state, duration, ANIM_ALL_COMPONENTS); in createAnimationToNewWorkspace()
285 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager
290 return createAnimationToNewWorkspace(state, config); in createAnimationToNewWorkspace()
293 public AnimatorPlaybackController createAnimationToNewWorkspace(STATE_TYPE state, in createAnimationToNewWorkspace() method in StateManager
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java83 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeEdgeSwipeController.java62 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
DPortraitStatesTouchController.java271 .createAnimationToNewWorkspace(mToState, config) in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java92 return mActivity.getStateManager().createAnimationToNewWorkspace( in createHomeAnimationFactory()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java91 mLauncher.getStateManager().createAnimationToNewWorkspace(NORMAL, in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java111 .createAnimationToNewWorkspace(mToState, config) in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java238 .createAnimationToNewWorkspace(toState, config) in updateNonOverviewAnim()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DAllAppsEduView.java141 mLauncher.getStateManager().createAnimationToNewWorkspace(ALL_APPS, config); in playAnimation()