Searched refs:StateAnimationConfig (Results 1 – 25 of 25) sorted by relevance
29 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 …]
45 import com.android.launcher3.states.StateAnimationConfig;274 protected StateAnimationConfig getConfigForStates( in getConfigForStates()276 return new StateAnimationConfig(); in getConfigForStates()
39 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 …]
108 import com.android.launcher3.states.StateAnimationConfig;1577 LauncherState toState, StateAnimationConfig config, PendingAnimation animation) { in setStateWithAnimation()
41 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 …]
21 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()
25 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()
39 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 …]
33 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()
47 import com.android.launcher3.states.StateAnimationConfig;308 StateAnimationConfig config = new StateAnimationConfig(); in goToOverviewOrHomeOnDragEnd()
26 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()
23 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()
22 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 …]
35 import com.android.launcher3.states.StateAnimationConfig36 import com.android.launcher3.states.StateAnimationConfig.SKIP_DEPTH_CONTROLLER37 import com.android.launcher3.states.StateAnimationConfig.SKIP_OVERVIEW38 import com.android.launcher3.states.StateAnimationConfig.SKIP_SCRIM77 val setupConfig = StateAnimationConfig()128 val transitionConfig = StateAnimationConfig()132 transitionConfig.setInterpolator(StateAnimationConfig.ANIM_DEPTH, SCALE_INTERPOLATOR)136 transitionConfig.setInterpolator(StateAnimationConfig.ANIM_SCRIM_FADE, SCALE_INTERPOLATOR)
24 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()
24 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()
31 import com.android.launcher3.states.StateAnimationConfig;88 StateAnimationConfig config = new StateAnimationConfig(); in animateWithVelocity()91 config.animFlags |= StateAnimationConfig.SKIP_DEPTH_CONTROLLER; in animateWithVelocity()
43 import com.android.launcher3.states.StateAnimationConfig;175 StateAnimationConfig config = new StateAnimationConfig(); in createForRecents()
31 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()
28 public class StateAnimationConfig { class111 public StateAnimationConfig() { } in StateAnimationConfig() method in StateAnimationConfig116 public void copyTo(StateAnimationConfig target) { in copyTo()
20 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()
47 import com.android.launcher3.states.StateAnimationConfig;177 StateAnimationConfig config = new StateAnimationConfig(); in exitSplitSelection()
29 import com.android.launcher3.states.StateAnimationConfig.HANDLE_STATE_APPLY in <lambda>()30 import com.android.launcher3.states.StateAnimationConfig.USER_CONTROLLED in <lambda>()
43 import com.android.launcher3.states.StateAnimationConfig;364 NORMAL, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS);
63 import com.android.launcher3.states.StateAnimationConfig;232 RecentsState.HOME, accuracy, StateAnimationConfig.SKIP_ALL_ANIMATIONS); in createActivityAnimationToHome()