Searched refs:ANIM_OVERVIEW_SCALE (Results 1 – 6 of 6) sorted by relevance
65 ANIM_OVERVIEW_SCALE,83 public static final int ANIM_OVERVIEW_SCALE = 6; field in StateAnimationConfig
21 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;86 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties()
45 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;165 config.setInterpolator(ANIM_OVERVIEW_SCALE, clampToProgress(ACCEL, 0, 0.9f)); in prepareForAtomicAnimation()220 config.setInterpolator(ANIM_OVERVIEW_SCALE, OVERSHOOT_1_2); in prepareForAtomicAnimation()
25 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;97 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal()
26 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;125 stateAnimationConfig.setInterpolator(ANIM_OVERVIEW_SCALE, ACCEL_2); in setupInterpolators()
15 import static com.android.launcher3.states.StateAnimationConfig.ANIM_OVERVIEW_SCALE;176 ? config.getInterpolator(ANIM_OVERVIEW_SCALE, FAST_OUT_SLOW_IN) in setStateWithAnimation()