Searched refs:NativeInterpolator (Results 1 – 18 of 18) sorted by relevance
21 import android.graphics.animation.NativeInterpolator;29 public class LinearInterpolator extends BaseInterpolator implements NativeInterpolator {
21 import android.graphics.animation.NativeInterpolator;31 implements NativeInterpolator {
21 import android.graphics.animation.NativeInterpolator;29 public class BounceInterpolator extends BaseInterpolator implements NativeInterpolator {
24 import android.graphics.animation.NativeInterpolator;35 public class OvershootInterpolator extends BaseInterpolator implements NativeInterpolator {
24 import android.graphics.animation.NativeInterpolator;34 public class AnticipateInterpolator extends BaseInterpolator implements NativeInterpolator {
24 import android.graphics.animation.NativeInterpolator;36 public class CycleInterpolator extends BaseInterpolator implements NativeInterpolator {
24 import android.graphics.animation.NativeInterpolator;36 public class AccelerateInterpolator extends BaseInterpolator implements NativeInterpolator {
24 import android.graphics.animation.NativeInterpolator;36 public class DecelerateInterpolator extends BaseInterpolator implements NativeInterpolator {
28 import android.graphics.animation.NativeInterpolator;39 implements NativeInterpolator {
26 import android.graphics.animation.NativeInterpolator;51 public class PathInterpolator extends BaseInterpolator implements NativeInterpolator {
22 public interface NativeInterpolator { interface
39 return ((NativeInterpolator) interpolator).createNativeInterpolator(); in createNativeInterpolator()
32 public class FallbackLUTInterpolator implements NativeInterpolator, TimeInterpolator {
155 ni = ((NativeInterpolator) mInterpolator).createNativeInterpolator(); in applyInterpolator()
2344 android.graphics.animation.NativeInterpolator
24730 Landroid/graphics/animation/NativeInterpolator;
2348 android.graphics.animation.NativeInterpolator
34864 Landroid/graphics/animation/NativeInterpolator;