Searched refs:ANIM_OVERVIEW_SCALE (Results 1 – 5 of 5) sorted by relevance
45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;124 config.setInterpolator(ANIM_OVERVIEW_SCALE, FINAL_FRAME); in prepareForAtomicAnimation()146 config.setInterpolator(ANIM_OVERVIEW_SCALE, clampToProgress(ACCELERATE, 0, 0.9f)); in prepareForAtomicAnimation()193 config.setInterpolator(ANIM_OVERVIEW_SCALE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
68 ANIM_OVERVIEW_SCALE,92 public static final int ANIM_OVERVIEW_SCALE = 6; field in StateAnimationConfig
28 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;106 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal()
22 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;104 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties()
27 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;133 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_SCALE, ACCELERATE_2); in setupInterpolators()