Searched refs:createAnimationToNewWorkspace (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 362 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 364 return createAnimationToNewWorkspace(state, duration, 0 /* animFlags */); in createAnimationToNewWorkspace() 367 public AnimatorPlaybackController createAnimationToNewWorkspace( in createAnimationToNewWorkspace() method in StateManager 372 return createAnimationToNewWorkspace(state, config); in createAnimationToNewWorkspace() 375 public AnimatorPlaybackController createAnimationToNewWorkspace(S 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 | 251 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim() 357 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
|
D | QuickSwitchTouchController.java | 119 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
D | PortraitStatesTouchController.java | 153 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AllAppsSwipeController.java | 179 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherSwipeHandlerV2.java | 364 return mContainer.getStateManager().createAnimationToNewWorkspace(
|
D | FallbackSwipeHandler.java | 235 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
|
D | RecentsActivity.java | 493 getStateManager().createAnimationToNewWorkspace(
|
D | TaskViewUtils.java | 718 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsWindowManager.kt | 143 getStateManager().createAnimationToNewWorkspace(BG_LAUNCHER, HOME_APPEAR_DURATION) in <lambda>()
|
D | RecentsWindowSwipeHandler.java | 274 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
|