Searched refs:FallbackLUTInterpolator (Results 1 – 5 of 5) sorted by relevance
22 import com.android.internal.view.animation.FallbackLUTInterpolator;48 return FallbackLUTInterpolator.createNativeInterpolator(interpolator, duration); in createNativeInterpolator()
32 import com.android.internal.view.animation.FallbackLUTInterpolator;178 ni = FallbackLUTInterpolator.createNativeInterpolator(mInterpolator, duration); in applyInterpolator()
31 public class FallbackLUTInterpolator implements NativeInterpolatorFactory, TimeInterpolator { class42 public FallbackLUTInterpolator(TimeInterpolator interpolator, long duration) { in FallbackLUTInterpolator() method in FallbackLUTInterpolator
5195 com.android.internal.view.animation.FallbackLUTInterpolator
38203 Lcom/android/internal/view/animation/FallbackLUTInterpolator;