Home
last modified time | relevance | path

Searched refs:ANIM_OVERVIEW_MODAL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java74 ANIM_OVERVIEW_MODAL,
98 public static final int ANIM_OVERVIEW_MODAL = 12; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
135 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_MODAL;
111 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setProperties()