Home
last modified time | relevance | path

Searched refs:StateAnimationConfig (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
36 import com.android.launcher3.states.StateAnimationConfig;
127 private StateAnimationConfig getNormalToAllAppsAnimation() { in getNormalToAllAppsAnimation()
128 StateAnimationConfig builder = new StateAnimationConfig(); in getNormalToAllAppsAnimation()
138 private StateAnimationConfig getAllAppsToNormalAnimation() { in getAllAppsToNormalAnimation()
139 StateAnimationConfig builder = new StateAnimationConfig(); in getAllAppsToNormalAnimation()
150 protected StateAnimationConfig getConfigForStates( in getConfigForStates()
152 final StateAnimationConfig config; in getConfigForStates()
158 config = new StateAnimationConfig(); in getConfigForStates()
[all …]
DQuickSwitchTouchController.java25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;
27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
28 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
29 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
44 import com.android.launcher3.states.StateAnimationConfig;
107 StateAnimationConfig config = new StateAnimationConfig(); in initCurrentAnimation()
125 private void setupInterpolators(StateAnimationConfig stateAnimationConfig) { in setupInterpolators()
DNoButtonQuickSwitchTouchController.java33 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
34 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
35 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
37 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_SCALE;
38 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
39 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
40 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
66 import com.android.launcher3.states.StateAnimationConfig;
189 StateAnimationConfig nonOverviewBuilder = new StateAnimationConfig(); in setupAnimators()
[all …]
DNavBarToHomeTouchController.java47 import com.android.launcher3.states.StateAnimationConfig;
154 StateAnimationConfig config = new StateAnimationConfig(); in initCurrentAnimation()
156 config.setInterpolator(StateAnimationConfig.ANIM_ALL_APPS_FADE, Interpolators in initCurrentAnimation()
DNoButtonNavbarToOverviewTouchController.java40 import com.android.launcher3.states.StateAnimationConfig;
252 StateAnimationConfig config = new StateAnimationConfig(); in goToOverviewOrHomeOnDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java19 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
20 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
36 import com.android.launcher3.states.StateAnimationConfig;
46 private final StateAnimationConfig mNoConfig = new StateAnimationConfig();
63 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation()
75 private void setProperties(RecentsState state, StateAnimationConfig config, in setProperties()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_SCALE;
37 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_TRANSLATE;
38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
40 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_SCALE;
41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
42 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
56 import com.android.launcher3.states.StateAnimationConfig;
76 setWorkspaceProperty(toState, NO_ANIM_PROPERTY_SETTER, new StateAnimationConfig()); in setState()
83 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation()
[all …]
DWorkspace.java97 import com.android.launcher3.states.StateAnimationConfig;
1360 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
37 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;
40 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
43 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
44 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_SCALE;
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;
22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
24 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
42 import com.android.launcher3.states.StateAnimationConfig;
76 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
92 @NonNull StateAnimationConfig config, @NonNull PendingAnimation setter) { in setStateWithAnimationInternal()
DRecentsViewStateController.java23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
41 import com.android.launcher3.states.StateAnimationConfig;
66 setAlphas(PropertySetter.NO_ANIM_PROPERTY_SETTER, new StateAnimationConfig(), state); in setState()
72 @NonNull StateAnimationConfig config, @NonNull PendingAnimation builder) { in setStateWithAnimationInternal()
104 private void setAlphas(PropertySetter propertySetter, StateAnimationConfig config, in setAlphas()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DWorkspaceRevealAnim.java22 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
23 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
39 import com.android.launcher3.states.StateAnimationConfig;
73 .setScrim(overviewScrimBuilder, NORMAL, new StateAnimationConfig()); in WorkspaceRevealAnim()
81 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
116 StateAnimationConfig config = new StateAnimationConfig(); in prepareToAnimate()
DStaggeredWorkspaceAnim.java23 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
49 import com.android.launcher3.states.StateAnimationConfig;
154 .setScrim(pendingAnimation, NORMAL, new StateAnimationConfig()); in StaggeredWorkspaceAnim()
193 StateAnimationConfig config = new StateAnimationConfig(); in prepareToAnimate()
282 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
DOverviewToHomeAnim.java29 import com.android.launcher3.states.StateAnimationConfig;
80 StateAnimationConfig config = new StateAnimationConfig(); in animateWithVelocity()
83 config.animFlags |= StateAnimationConfig.SKIP_DEPTH_CONTROLLER; in animateWithVelocity()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java22 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
34 import com.android.launcher3.states.StateAnimationConfig;
35 import com.android.launcher3.states.StateAnimationConfig.AnimationFlags;
265 StateAnimationConfig config) { in prepareForAtomicAnimation()
273 STATE_TYPE fromState, STATE_TYPE toState, StateAnimationConfig config) { in createAtomicAnimation()
297 StateAnimationConfig config = new StateAnimationConfig(); in createAnimationToNewWorkspace()
304 StateAnimationConfig config) { in createAnimationToNewWorkspace()
500 private static class AnimationState<STATE_TYPE> extends StateAnimationConfig
503 private static final StateAnimationConfig DEFAULT = new StateAnimationConfig();
577 STATE_TYPE toState, StateAnimationConfig config, PendingAnimation animation);
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
24 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
45 import com.android.launcher3.states.StateAnimationConfig;
143 setAlphas(state, new StateAnimationConfig(), NO_ANIM_PROPERTY_SETTER); in setState()
153 StateAnimationConfig config, PendingAnimation builder) { in setStateWithAnimation()
180 public void setAlphas(LauncherState state, StateAnimationConfig config, PropertySetter setter) { in setAlphas()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java28 public class StateAnimationConfig { class
88 public StateAnimationConfig() { } in StateAnimationConfig() method in StateAnimationConfig
93 public void copyTo(StateAnimationConfig target) { in copyTo()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java20 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
21 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
42 import com.android.launcher3.states.StateAnimationConfig;
215 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
DBackButtonAlphaHandler.java27 import com.android.launcher3.states.StateAnimationConfig;
49 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStateHandler.java29 import com.android.launcher3.states.StateAnimationConfig;
57 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
DLauncherTaskbarUIController.java33 import com.android.launcher3.states.StateAnimationConfig;
165 mTaskbarStateHandler.setStateWithAnimation(toState, new StateAnimationConfig(), anim);
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java43 import com.android.launcher3.states.StateAnimationConfig;
259 protected StateAnimationConfig getConfigForStates( in getConfigForStates()
261 return new StateAnimationConfig(); in getConfigForStates()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java56 import com.android.launcher3.states.StateAnimationConfig;
413 NORMAL, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS);