/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
H A D | StateManager.java | 285 handler.setStateWithAnimation(toState, config, builder); in createAtomicAnimation() 324 handler.setStateWithAnimation(state, mConfig, builder); in createAnimationToNewWorkspaceInternal() 583 void setStateWithAnimation(
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
H A D | BackButtonAlphaHandler.java | 49 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BackButtonAlphaHandler
|
H A D | DepthController.java | 258 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in DepthController
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | BaseRecentsViewStateController.java | 75 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BaseRecentsViewStateController
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | WorkspaceRevealAnim.java | 81 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
|
H A D | StaggeredWorkspaceAnim.java | 282 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
H A D | FallbackRecentsStateController.java | 73 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() method in FallbackRecentsStateController
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | AllAppsTransitionController.java | 152 public void setStateWithAnimation(LauncherState toState, in setStateWithAnimation() method in AllAppsTransitionController
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | WorkspaceStateTransitionAnimation.java | 82 public void setStateWithAnimation( in setStateWithAnimation() method in WorkspaceStateTransitionAnimation
|
H A D | Workspace.java | 1540 public void setStateWithAnimation( in setStateWithAnimation() method in Workspace 1543 mStateTransitionAnimation.setStateWithAnimation(toState, config, animation); in setStateWithAnimation()
|