Searched refs:createAnimationToNewWorkspace (Results 1 – 11 of 11) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
| D | StateManager.java | 331 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 333 return createAnimationToNewWorkspace(state, duration, 0 /* animFlags */); in createAnimationToNewWorkspace() 336 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 341 return createAnimationToNewWorkspace(state, config); in createAnimationToNewWorkspace() 344 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 | 241 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim() 348 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
|
| D | QuickSwitchTouchController.java | 123 .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 | 293 return mActivity.getStateManager().createAnimationToNewWorkspace(
|
| D | RecentsActivity.java | 427 getStateManager().createAnimationToNewWorkspace(
|
| D | FallbackSwipeHandler.java | 228 return mActivity.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
|
| D | TaskViewUtils.java | 682 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
| D | AnimatorControllerWithResistance.java | 173 AnimatorSet allAppsAnimator = stateManager.createAnimationToNewWorkspace( in createForRecents()
|
| /packages/apps/Launcher3/src/com/android/launcher3/touch/ |
| D | AllAppsSwipeController.java | 184 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|