Searched refs:setStateWithAnimation (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 344 handler.setStateWithAnimation(toState, config, builder); in createAtomicAnimation() 383 handler.setStateWithAnimation(state, mConfig, builder); in createAnimationToNewWorkspaceInternal() 673 void setStateWithAnimation(
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ScalingWorkspaceRevealAnim.kt | 133 depthController?.setStateWithAnimation(LauncherState.NORMAL, transitionConfig, animation)
|
D | WorkspaceRevealAnim.java | 90 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
|
D | StaggeredWorkspaceAnim.java | 302 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 82 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BaseRecentsViewStateController
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DepthController.java | 143 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in DepthController
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 76 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() method in FallbackRecentsStateController
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 100 public void setStateWithAnimation( in setStateWithAnimation() method in WorkspaceStateTransitionAnimation
|
D | Workspace.java | 1576 public void setStateWithAnimation( in setStateWithAnimation() method in Workspace 1580 mStateTransitionAnimation.setStateWithAnimation(toState, config, animation); in setStateWithAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 350 public void setStateWithAnimation(LauncherState toState,
|