Searched refs:ANIM_VERTICAL_PROGRESS (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;131 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, ACCEL_2); in setupInterpolators()137 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, LINEAR); in setupInterpolators()
35 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;194 nonOverviewBuilder.setInterpolator(ANIM_VERTICAL_PROGRESS, TRANSLATE_OUT_INTERPOLATOR); in setupAnimators()
50 ANIM_VERTICAL_PROGRESS,68 public static final int ANIM_VERTICAL_PROGRESS = 0; field in StateAnimationConfig
24 import static com.android.launcher3.states.StateAnimationConfig.ANIM_VERTICAL_PROGRESS;166 anim.setInterpolator(config.getInterpolator(ANIM_VERTICAL_PROGRESS, interpolator)); in setStateWithAnimation()