Searched refs:BounceInterpolator (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DBounceInterpolator.java30 public class BounceInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { class in inherits:BaseInterpolator,NativeInterpolatorFactory
31 public BounceInterpolator() { method in class:BounceInterpolator
35 public BounceInterpolator(Context context, AttributeSet attrs) { method in class:BounceInterpolator
H A DAnimationUtils.java425 interpolator = new BounceInterpolator();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBounceInterpolator.java24 public class BounceInterpolator implements Interpolator { class in inherits:Interpolator
H A DPanelView.java207 mBounceInterpolator = new BounceInterpolator();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java21 import android.view.animation.BounceInterpolator;
47 public static final Interpolator BOUNCE = new BounceInterpolator();
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java29 import android.view.animation.BounceInterpolator;
75 return sManager.addNewDelegate(new BounceInterpolator());
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAnimationUtilsCompat.java34 import android.view.animation.BounceInterpolator;
139 interpolator = new BounceInterpolator();
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp47 return reinterpret_cast<jlong>(new BounceInterpolator());
/frameworks/base/libs/hwui/
H A DInterpolator.h73 class ANDROID_API BounceInterpolator : public Interpolator { class in namespace:android::uirenderer
H A DInterpolator.cpp67 float BounceInterpolator::interpolate(float t) {

Completed in 206 milliseconds