Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java29 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_BOTTOM_SHEET_FADE;
30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_KEYBOARD_FADE;
32 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
33 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_FADE;
34 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_SCALE;
35 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_TRANSLATE;
36 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
37 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
[all …]
DAbstractStateChangeTouchController.java45 import com.android.launcher3.states.StateAnimationConfig;
274 protected StateAnimationConfig getConfigForStates( in getConfigForStates()
276 return new StateAnimationConfig(); in getConfigForStates()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_FADE;
40 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_SCALE;
41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_HOTSEAT_TRANSLATE;
42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
43 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
44 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_PAGE_TRANSLATE_X;
45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_SCALE;
46 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_TRANSLATE;
47 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
66 import com.android.launcher3.states.StateAnimationConfig;
[all …]
DWorkspace.java108 import com.android.launcher3.states.StateAnimationConfig;
1577 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
43 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
44 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;
45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
46 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SPLIT_SELECT_FLOATING…
47 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SPLIT_SELECT_INSTRUCT…
48 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
49 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
50 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
24 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_SCRIM_FADE;
26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
49 import com.android.launcher3.states.StateAnimationConfig;
59 private final StateAnimationConfig mNoConfig = new StateAnimationConfig();
76 public void setStateWithAnimation(RecentsState toState, StateAnimationConfig config, in setStateWithAnimation()
93 private void setProperties(RecentsState state, StateAnimationConfig config, in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
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;
43 import com.android.launcher3.states.StateAnimationConfig;
108 StateAnimationConfig config = new StateAnimationConfig(); in initCurrentAnimation()
126 private void setupInterpolators(StateAnimationConfig stateAnimationConfig) { in setupInterpolators()
DNoButtonQuickSwitchTouchController.java39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
40 import static com.android.launcher3.states.StateAnimationConfig.ANIM_DEPTH;
41 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
42 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_FADE;
43 import static com.android.launcher3.states.StateAnimationConfig.ANIM_WORKSPACE_SCALE;
44 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
45 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
46 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
75 import com.android.launcher3.states.StateAnimationConfig;
211 StateAnimationConfig nonOverviewBuilder = new StateAnimationConfig(); in setupAnimators()
[all …]
DPortraitStatesTouchController.java33 import com.android.launcher3.states.StateAnimationConfig;
106 protected StateAnimationConfig getConfigForStates( in getConfigForStates()
108 final StateAnimationConfig config = new StateAnimationConfig(); in getConfigForStates()
109 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in getConfigForStates()
128 final StateAnimationConfig config = totalShift == 0 ? new StateAnimationConfig() in initCurrentAnimation()
DNoButtonNavbarToOverviewTouchController.java47 import com.android.launcher3.states.StateAnimationConfig;
308 StateAnimationConfig config = new StateAnimationConfig(); in goToOverviewOrHomeOnDragEnd()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;
27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
28 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;
29 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SPLIT_SELECT_INSTRUCT…
30 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_X;
31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_TRANSLATE_Y;
32 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
48 import com.android.launcher3.states.StateAnimationConfig;
82 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
103 @NonNull StateAnimationConfig config, @NonNull PendingAnimation setter) { in setStateWithAnimationInternal()
DRecentsViewStateController.java23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
47 import com.android.launcher3.states.StateAnimationConfig;
75 setAlphas(PropertySetter.NO_ANIM_PROPERTY_SETTER, new StateAnimationConfig(), state); in setState()
89 @NonNull StateAnimationConfig config, @NonNull PendingAnimation builder) { in setStateWithAnimationInternal()
165 private void setAlphas(PropertySetter propertySetter, StateAnimationConfig config, in setAlphas()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java22 import static com.android.launcher3.states.StateAnimationConfig.HANDLE_STATE_APPLY;
23 import static com.android.launcher3.states.StateAnimationConfig.SKIP_ALL_ANIMATIONS;
39 import com.android.launcher3.states.StateAnimationConfig;
40 import com.android.launcher3.states.StateAnimationConfig.AnimationFlags;
41 import com.android.launcher3.states.StateAnimationConfig.AnimationPropertyFlags;
325 StateAnimationConfig config) { in prepareForAtomicAnimation()
333 STATE_TYPE fromState, STATE_TYPE toState, StateAnimationConfig config) { in createAtomicAnimation()
363 StateAnimationConfig config = new StateAnimationConfig(); in createAnimationToNewWorkspace()
370 StateAnimationConfig config) { in createAnimationToNewWorkspace()
371 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in createAnimationToNewWorkspace()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DScalingWorkspaceRevealAnim.kt35 import com.android.launcher3.states.StateAnimationConfig
36 import com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER
37 import com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW
38 import com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM
77 val setupConfig = StateAnimationConfig()
128 val transitionConfig = StateAnimationConfig()
132 transitionConfig.setInterpolator(StateAnimationConfig.ANIM_DEPTH, SCALE_INTERPOLATOR)
136 transitionConfig.setInterpolator(StateAnimationConfig.ANIM_SCRIM_FADE, SCALE_INTERPOLATOR)
DWorkspaceRevealAnim.java24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
42 import com.android.launcher3.states.StateAnimationConfig;
82 .setScrim(overviewScrimBuilder, NORMAL, new StateAnimationConfig()); in WorkspaceRevealAnim()
90 depth.setStateWithAnimation(NORMAL, new StateAnimationConfig(), depthBuilder); in WorkspaceRevealAnim()
126 StateAnimationConfig config = new StateAnimationConfig(); in prepareToAnimate()
DStaggeredWorkspaceAnim.java24 import static com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER;
25 import static com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW;
26 import static com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM;
50 import com.android.launcher3.states.StateAnimationConfig;
174 .setScrim(pendingAnimation, NORMAL, new StateAnimationConfig()); in StaggeredWorkspaceAnim()
214 StateAnimationConfig config = new StateAnimationConfig(); in prepareToAnimate()
302 depthController.setStateWithAnimation(state, new StateAnimationConfig(), builder); in addDepthAnimationForState()
DOverviewToHomeAnim.java31 import com.android.launcher3.states.StateAnimationConfig;
88 StateAnimationConfig config = new StateAnimationConfig(); in animateWithVelocity()
91 config.animFlags |= StateAnimationConfig.SKIP_DEPTH_CONTROLLER; in animateWithVelocity()
DAnimatorControllerWithResistance.java43 import com.android.launcher3.states.StateAnimationConfig;
175 StateAnimationConfig config = new StateAnimationConfig(); in createForRecents()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java31 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_BOTTOM_SHEET_FADE;
32 import static com.android.launcher3.states.StateAnimationConfig.ANIM_ALL_APPS_FADE;
33 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;
61 import com.android.launcher3.states.StateAnimationConfig;
276 setAlphas(state, new StateAnimationConfig(), NO_ANIM_PROPERTY_SETTER); in setState()
351 StateAnimationConfig config, PendingAnimation builder) {
408 public void setAlphas(LauncherState state, StateAnimationConfig config, PropertySetter setter) { in setAlphas()
422 boolean shouldProtectHeader = !config.hasAnimationFlag(StateAnimationConfig.SKIP_SCRIM) in setAlphas()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java28 public class StateAnimationConfig { class
111 public StateAnimationConfig() { } in StateAnimationConfig() method in StateAnimationConfig
116 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;
37 import com.android.launcher3.states.StateAnimationConfig;
143 public void setStateWithAnimation(LauncherState toState, StateAnimationConfig config, in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DSplitInstructionsView.java47 import com.android.launcher3.states.StateAnimationConfig;
177 StateAnimationConfig config = new StateAnimationConfig(); in exitSplitSelection()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DCannedAnimationCoordinator.kt29 import com.android.launcher3.states.StateAnimationConfig.HANDLE_STATE_APPLY in <lambda>()
30 import com.android.launcher3.states.StateAnimationConfig.USER_CONTROLLED in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java43 import com.android.launcher3.states.StateAnimationConfig;
364 NORMAL, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS);
DFallbackSwipeHandler.java63 import com.android.launcher3.states.StateAnimationConfig;
232 RecentsState.HOME, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS); in createActivityAnimationToHome()