Searched refs:FINAL_FRAME (Results 1 – 2 of 2) sorted by relevance
85 public static final Interpolator FINAL_FRAME = t -> t < 1 ? 0 : 1; field in Interpolators
91 public static final Interpolator FINAL_FRAME = t -> t < 1 ? 0 : 1; field in InterpolatorsAndroidX