Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java278 handler.setStateWithAnimation(toState, config, builder); in createAtomicAnimation()
317 handler.setStateWithAnimation(state, mConfig, builder); in createAnimationToNewWorkspaceInternal()
576 void setStateWithAnimation(
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DBackButtonAlphaHandler.java49 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BackButtonAlphaHandler
DDepthController.java215 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in DepthController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStateHandler.java57 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in TaskbarStateHandler
DLauncherTaskbarUIController.java165 mTaskbarStateHandler.setStateWithAnimation(toState, new StateAnimationConfig(), anim);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java63 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() method in FallbackRecentsStateController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java76 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BaseRecentsViewStateController
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DWorkspaceRevealAnim.java81 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
DStaggeredWorkspaceAnim.java282 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java152 public void setStateWithAnimation(LauncherState toState, in setStateWithAnimation() method in AllAppsTransitionController
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java82 public void setStateWithAnimation( in setStateWithAnimation() method in WorkspaceStateTransitionAnimation
DWorkspace.java1359 public void setStateWithAnimation( in setStateWithAnimation() method in Workspace
1362 mStateTransitionAnimation.setStateWithAnimation(toState, config, animation); in setStateWithAnimation()