Home
last modified time | relevance | path

Searched refs:LinearInterpolator (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/view/animation/
DLinearInterpolator.java30 public class LinearInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { class
32 public LinearInterpolator() { in LinearInterpolator() method in LinearInterpolator
35 public LinearInterpolator(Context context, AttributeSet attrs) { in LinearInterpolator() method in LinearInterpolator
DLayoutAnimationController.java383 mInterpolator = new LinearInterpolator(); in getDelayForView()
DGridLayoutAnimationController.java319 mInterpolator = new LinearInterpolator(); in getDelayForView()
DAnimationUtils.java411 interpolator = new LinearInterpolator(); in createInterpolatorFromXml()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DInterpolators.java24 import android.view.animation.LinearInterpolator;
45 public static final Interpolator LINEAR = new LinearInterpolator();
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleBackground.java25 import android.view.animation.LinearInterpolator;
32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
DRippleForeground.java32 import android.view.animation.LinearInterpolator;
41 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java26 import android.view.animation.LinearInterpolator;
83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator();
DSlidingTab.java38 import android.view.animation.LinearInterpolator;
677 trans1.setInterpolator(new LinearInterpolator());
681 trans2.setInterpolator(new LinearInterpolator());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMovingSurfaceViewActivity.java29 import android.view.animation.LinearInterpolator;
98 mAnimator.setInterpolator(new LinearInterpolator()); in onCreate()
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper_Delegate.java33 import android.view.animation.LinearInterpolator;
90 return sManager.addNewDelegate(new LinearInterpolator()); in createLinearInterpolator()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DAnimationProps.java27 import android.view.animation.LinearInterpolator;
39 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java32 import android.view.animation.LinearInterpolator;
125 mCenteringAnimator.setInterpolator(new LinearInterpolator()); in BurnInProtectionHelper()
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java23 import android.view.animation.LinearInterpolator;
240 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); in drag()
/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp59 return reinterpret_cast<jlong>(new LinearInterpolator()); in createLinearInterpolator()
/frameworks/base/libs/hwui/
DInterpolator.h96 class ANDROID_API LinearInterpolator : public Interpolator {
DPropertyValuesAnimatorSet.cpp42 setInterpolator(new LinearInterpolator()); in PropertyValuesAnimatorSet()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java31 import android.view.animation.LinearInterpolator;
545 mRotateAnimator.setInterpolator(new LinearInterpolator()); in Progress()
/frameworks/base/core/java/android/animation/
DValueAnimator.java31 import android.view.animation.LinearInterpolator;
983 mInterpolator = new LinearInterpolator(); in setInterpolator()
/frameworks/base/core/java/android/widget/
DStackView.java42 import android.view.animation.LinearInterpolator;
261 slideIn.setInterpolator(new LinearInterpolator()); in transformViewForTransition()
281 slideOut.setInterpolator(new LinearInterpolator()); in transformViewForTransition()
870 pa.setInterpolator(new LinearInterpolator());
DProgressBar.java64 import android.view.animation.LinearInterpolator;
1891 mInterpolator = new LinearInterpolator(); in startAnimation()
DAbsListView.java75 import android.view.animation.LinearInterpolator;
770 static final Interpolator sLinearInterpolator = new LinearInterpolator();
DEditor.java109 import android.view.animation.LinearInterpolator;
4402 mAnimator.setInterpolator(new LinearInterpolator()); in MagnifierMotionAnimator()
/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java31 import android.view.animation.LinearInterpolator;
657 TimeInterpolator interpolator = new LinearInterpolator();
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md112 .followAnimatedTargetAlongPath(path, 100, new LinearInterpolator())

12