/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
D | StateManager.java | 278 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/ |
D | BackButtonAlphaHandler.java | 49 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BackButtonAlphaHandler
|
D | DepthController.java | 215 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in DepthController
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarStateHandler.java | 57 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in TaskbarStateHandler
|
D | LauncherTaskbarUIController.java | 165 mTaskbarStateHandler.setStateWithAnimation(toState, new StateAnimationConfig(), anim);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 63 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation() method in FallbackRecentsStateController
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 76 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation() method in BaseRecentsViewStateController
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | WorkspaceRevealAnim.java | 81 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
|
D | StaggeredWorkspaceAnim.java | 282 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 152 public void setStateWithAnimation(LauncherState toState, in setStateWithAnimation() method in AllAppsTransitionController
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 82 public void setStateWithAnimation( in setStateWithAnimation() method in WorkspaceStateTransitionAnimation
|
D | Workspace.java | 1359 public void setStateWithAnimation( in setStateWithAnimation() method in Workspace 1362 mStateTransitionAnimation.setStateWithAnimation(toState, config, animation); in setStateWithAnimation()
|