Searched refs:LinearInterpolator (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/view/animation/
H A DLinearInterpolator.java30 public class LinearInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { class in inherits:BaseInterpolator,NativeInterpolatorFactory
32 public LinearInterpolator() { method in class:LinearInterpolator
35 public LinearInterpolator(Context context, AttributeSet attrs) { method in class:LinearInterpolator
H A DLayoutAnimationController.java383 mInterpolator = new LinearInterpolator();
H A DGridLayoutAnimationController.java319 mInterpolator = new LinearInterpolator();
H A DAnimationUtils.java345 interpolator = new LinearInterpolator();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java23 import android.view.animation.LinearInterpolator;
35 public static final Interpolator LINEAR = new LinearInterpolator();
/frameworks/support/design/base/android/support/design/widget/
H A DAnimationUtils.java25 import android.view.animation.LinearInterpolator;
29 static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimatorRT.java22 import android.view.animation.LinearInterpolator;
34 private static final Interpolator sLinearInterpolator = new LinearInterpolator();
73 // Documented to be LinearInterpolator in ValueAnimator.setInterpolator
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMovingSurfaceViewActivity.java29 import android.view.animation.LinearInterpolator;
98 mAnimator.setInterpolator(new LinearInterpolator());
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java32 import android.view.animation.LinearInterpolator;
88 return sManager.addNewDelegate(new LinearInterpolator());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java30 import android.view.animation.LinearInterpolator;
37 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
H A DRippleForeground.java32 import android.view.animation.LinearInterpolator;
38 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp58 return reinterpret_cast<jlong>(new LinearInterpolator());
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java26 import android.view.animation.LinearInterpolator;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java25 import android.view.animation.LinearInterpolator;
29 * {@link android.view.animation.LinearInterpolator} until the target position becames a child of
78 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator();
161 * <p>Calculates the time for deceleration so that transition from LinearInterpolator to
/frameworks/base/libs/hwui/
H A DInterpolator.h90 class ANDROID_API LinearInterpolator : public Interpolator { class in namespace:android::uirenderer
H A DPropertyValuesAnimatorSet.cpp39 setInterpolator(new LinearInterpolator());
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java32 import android.view.animation.LinearInterpolator;
122 mCenteringAnimator.setInterpolator(new LinearInterpolator());
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java32 import android.view.animation.LinearInterpolator;
309 animator.setInterpolator(new LinearInterpolator());
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java27 import android.view.animation.LinearInterpolator;
239 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java31 import android.view.animation.LinearInterpolator;
545 mRotateAnimator.setInterpolator(new LinearInterpolator());
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java27 import android.view.animation.LinearInterpolator;
906 mInterpolator = new LinearInterpolator();
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java22 import android.view.animation.LinearInterpolator;
53 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
/frameworks/base/core/java/android/widget/
H A DStackView.java45 import android.view.animation.LinearInterpolator;
260 slideIn.setInterpolator(new LinearInterpolator());
280 slideOut.setInterpolator(new LinearInterpolator());
869 pa.setInterpolator(new LinearInterpolator());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsPresenter.java30 import android.view.animation.LinearInterpolator;
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java36 import android.view.animation.LinearInterpolator;
671 trans1.setInterpolator(new LinearInterpolator());
675 trans2.setInterpolator(new LinearInterpolator());

Completed in 2605 milliseconds

12