Searched refs:createAnimationToNewWorkspace (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 280 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/ |
D | AllAppsSwipeController.java | 83 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents); in initCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | LandscapeEdgeSwipeController.java | 62 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
|
D | PortraitStatesTouchController.java | 271 .createAnimationToNewWorkspace(mToState, config) in initCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 92 return mActivity.getStateManager().createAnimationToNewWorkspace( in createHomeAnimationFactory()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 91 mLauncher.getStateManager().createAnimationToNewWorkspace(NORMAL, in composeRecentsLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | QuickSwitchTouchController.java | 111 .createAnimationToNewWorkspace(mToState, config) in initCurrentAnimation()
|
D | NoButtonQuickSwitchTouchController.java | 238 .createAnimationToNewWorkspace(toState, config) in updateNonOverviewAnim()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 141 mLauncher.getStateManager().createAnimationToNewWorkspace(ALL_APPS, config); in playAnimation()
|