Searched defs:Interpolator (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java26 public interface Interpolator extends TimeInterpolator { interface in inherits:TimeInterpolator
28 // package. This older Interpolator interface extends TimeInterpolator so that users of
29 // the new Animator-based animations can use either the old Interpolator implementations or
/frameworks/base/libs/hwui/
H A DInterpolator.h28 class Interpolator { class in namespace:android::uirenderer
30 virtual ~Interpolator() {}
34 static Interpolator* createDefaultInterpolator();
37 Interpolator() {} function in class:android::uirenderer::Interpolator
40 class ANDROID_API AccelerateDecelerateInterpolator : public Interpolator {
45 class ANDROID_API AccelerateInterpolator : public Interpolator {
54 class ANDROID_API AnticipateInterpolator : public Interpolator {
62 class ANDROID_API AnticipateOvershootInterpolator : public Interpolator {
70 class ANDROID_API BounceInterpolator : public Interpolator {
75 class ANDROID_API CycleInterpolator : public Interpolator {
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java21 public class Interpolator { class
23 public Interpolator(int valueCount) { method in class:Interpolator
29 public Interpolator(int valueCount, int frameCount) { method in class:Interpolator
36 * Reset the Interpolator to have the specified number of values and an
45 * Reset the Interpolator to have the specified number of values and
132 * Interpolator. Based on the SystemClock.uptimeMillis() clock
/frameworks/av/include/media/
H A DInterpolator.h29 #define LOG_TAG "Interpolator"
39 class Interpolator : public std::map<S, T> { class in namespace:android
51 explicit Interpolator( function in class:android::Interpolator
297 ss << "Interpolator{mInterpolatorType=" << static_cast<int32_t>(mInterpolatorType);
336 }; // Interpolator

Completed in 64 milliseconds