Searched refs:createAnimationToNewWorkspace (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 356 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 358 return createAnimationToNewWorkspace(state, duration, 0 /* animFlags */); in createAnimationToNewWorkspace() 361 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 366 return createAnimationToNewWorkspace(state, config); in createAnimationToNewWorkspace() 369 public AnimatorPlaybackController createAnimationToNewWorkspace(STATE_TYPE state, in createAnimationToNewWorkspace() method in StateManager
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TwoButtonNavbarTouchController.java | 137 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
|
D | NoButtonQuickSwitchTouchController.java | 237 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim() 343 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
|
D | QuickSwitchTouchController.java | 119 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
D | PortraitStatesTouchController.java | 152 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 363 return mContainer.getStateManager().createAnimationToNewWorkspace(
|
D | FallbackSwipeHandler.java | 231 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
|
D | RecentsActivity.java | 458 getStateManager().createAnimationToNewWorkspace(
|
D | TaskViewUtils.java | 687 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | AnimatorControllerWithResistance.java | 177 AnimatorSet allAppsAnimator = stateManager.createAnimationToNewWorkspace( in createForRecents()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 184 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|