HomeSort by relevance Sort by last modified time
    Searched refs:FallbackLUTInterpolator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/view/animation/
FallbackLUTInterpolator.java 31 public class FallbackLUTInterpolator implements NativeInterpolatorFactory, TimeInterpolator {
40 public FallbackLUTInterpolator(TimeInterpolator interpolator, long duration) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java 24 import com.android.internal.view.animation.FallbackLUTInterpolator;
77 interpolator = new FallbackLUTInterpolator(interpolator, duration);
RenderNodeAnimator.java 28 import com.android.internal.view.animation.FallbackLUTInterpolator;
165 ni = FallbackLUTInterpolator.createNativeInterpolator(mInterpolator, duration);

Completed in 63 milliseconds