Searched refs:FINAL_FRAME (Results 1 – 3 of 3) sorted by relevance
9 import static com.android.launcher3.anim.Interpolators.FINAL_FRAME;221 hasAnyVisibleItem ? INSTANT : FINAL_FRAME); in setAlphas()
33 import static com.android.launcher3.anim.Interpolators.FINAL_FRAME;199 config.setInterpolator(ANIM_OVERVIEW_FADE, FINAL_FRAME); in prepareForAtomicAnimation()
68 public static final Interpolator FINAL_FRAME = t -> t < 1 ? 0 : 1; field in Interpolators