Searched refs:ANIM_OVERVIEW_FADE (Results 1 – 4 of 4) sorted by relevance
39 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;98 config.setInterpolator(ANIM_OVERVIEW_FADE, FINAL_FRAME); in prepareForAtomicAnimation()105 config.setInterpolator(ANIM_OVERVIEW_FADE, DEACCEL_1_7); in prepareForAtomicAnimation()143 config.setInterpolator(ANIM_OVERVIEW_FADE, INSTANT); in prepareForAtomicAnimation()145 config.setInterpolator(ANIM_OVERVIEW_FADE, OVERSHOOT_1_2); in prepareForAtomicAnimation()149 config.setInterpolator(ANIM_OVERVIEW_FADE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
59 ANIM_OVERVIEW_FADE,77 public static final int ANIM_OVERVIEW_FADE = 9; field in StateAnimationConfig
21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;109 config.getInterpolator(ANIM_OVERVIEW_FADE, AGGRESSIVE_EASE_IN_OUT)); in setStateWithAnimationInternal()
26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_FADE;134 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_FADE, INSTANT); in setupInterpolators()