Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java64 ANIM_OVERVIEW_ACTIONS_FADE,
82 public static final int ANIM_OVERVIEW_ACTIONS_FADE = 14; field in StateAnimationConfig
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java23 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
113 ANIM_OVERVIEW_ACTIONS_FADE, LINEAR)); in setAlphas()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java38 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_ACTIONS_FADE;
89 config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR, 0, 0.25f)); in prepareForAtomicAnimation()