Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DStateManager.java285 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 DBackButtonAlphaHandler.java49 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BackButtonAlphaHandler
H A DDepthController.java258 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in DepthController
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java75 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BaseRecentsViewStateController
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DWorkspaceRevealAnim.java81 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
H A DStaggeredWorkspaceAnim.java282 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java73 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() method in FallbackRecentsStateController
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java152 public void setStateWithAnimation(LauncherState toState, in setStateWithAnimation() method in AllAppsTransitionController
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java82 public void setStateWithAnimation( in setStateWithAnimation() method in WorkspaceStateTransitionAnimation
H A DWorkspace.java1540 public void setStateWithAnimation( in setStateWithAnimation() method in Workspace
1543 mStateTransitionAnimation.setStateWithAnimation(toState, config, animation); in setStateWithAnimation()