Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java362 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/
DTwoButtonNavbarTouchController.java137 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java251 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim()
357 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
DQuickSwitchTouchController.java119 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
DPortraitStatesTouchController.java153 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java179 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java364 return mContainer.getStateManager().createAnimationToNewWorkspace(
DFallbackSwipeHandler.java235 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
DRecentsActivity.java493 getStateManager().createAnimationToNewWorkspace(
DTaskViewUtils.java718 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowManager.kt143 getStateManager().createAnimationToNewWorkspace(BG_LAUNCHER, HOME_APPEAR_DURATION) in <lambda>()
DRecentsWindowSwipeHandler.java274 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()