Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java356 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/
DTwoButtonNavbarTouchController.java137 mCurrentAnimation = mLauncher.getStateManager().createAnimationToNewWorkspace(mToState, in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java237 .createAnimationToNewWorkspace(toState, config); in updateNonOverviewAnim()
343 mLauncher.getStateManager().createAnimationToNewWorkspace( in onDragEnd()
DQuickSwitchTouchController.java119 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
DPortraitStatesTouchController.java152 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java363 return mContainer.getStateManager().createAnimationToNewWorkspace(
DFallbackSwipeHandler.java231 return mContainer.getStateManager().createAnimationToNewWorkspace( in createActivityAnimationToHome()
DRecentsActivity.java458 getStateManager().createAnimationToNewWorkspace(
DTaskViewUtils.java687 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java177 AnimatorSet allAppsAnimator = stateManager.createAnimationToNewWorkspace( in createForRecents()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java184 .createAnimationToNewWorkspace(mToState, config); in initCurrentAnimation()