/frameworks/base/core/java/android/view/animation/ |
D | LinearInterpolator.java | 30 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
|
D | LayoutAnimationController.java | 383 mInterpolator = new LinearInterpolator(); in getDelayForView()
|
D | GridLayoutAnimationController.java | 319 mInterpolator = new LinearInterpolator(); in getDelayForView()
|
D | AnimationUtils.java | 411 interpolator = new LinearInterpolator(); in createInterpolatorFromXml()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Interpolators.java | 24 import android.view.animation.LinearInterpolator; 45 public static final Interpolator LINEAR = new LinearInterpolator();
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleBackground.java | 25 import android.view.animation.LinearInterpolator; 32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
D | RippleForeground.java | 32 import android.view.animation.LinearInterpolator; 41 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearSmoothScroller.java | 26 import android.view.animation.LinearInterpolator; 83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator();
|
D | SlidingTab.java | 38 import android.view.animation.LinearInterpolator; 677 trans1.setInterpolator(new LinearInterpolator()); 681 trans2.setInterpolator(new LinearInterpolator());
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MovingSurfaceViewActivity.java | 29 import android.view.animation.LinearInterpolator; 98 mAnimator.setInterpolator(new LinearInterpolator()); in onCreate()
|
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/ |
D | NativeInterpolatorFactoryHelper_Delegate.java | 33 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/ |
D | AnimationProps.java | 27 import android.view.animation.LinearInterpolator; 39 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | BurnInProtectionHelper.java | 32 import android.view.animation.LinearInterpolator; 125 mCenteringAnimator.setInterpolator(new LinearInterpolator()); in BurnInProtectionHelper()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 23 import android.view.animation.LinearInterpolator; 240 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); in drag()
|
/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 59 return reinterpret_cast<jlong>(new LinearInterpolator()); in createLinearInterpolator()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 96 class ANDROID_API LinearInterpolator : public Interpolator {
|
D | PropertyValuesAnimatorSet.cpp | 42 setInterpolator(new LinearInterpolator()); in PropertyValuesAnimatorSet()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 31 import android.view.animation.LinearInterpolator; 545 mRotateAnimator.setInterpolator(new LinearInterpolator()); in Progress()
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 31 import android.view.animation.LinearInterpolator; 983 mInterpolator = new LinearInterpolator(); in setInterpolator()
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 42 import android.view.animation.LinearInterpolator; 261 slideIn.setInterpolator(new LinearInterpolator()); in transformViewForTransition() 281 slideOut.setInterpolator(new LinearInterpolator()); in transformViewForTransition() 870 pa.setInterpolator(new LinearInterpolator());
|
D | ProgressBar.java | 64 import android.view.animation.LinearInterpolator; 1891 mInterpolator = new LinearInterpolator(); in startAnimation()
|
D | AbsListView.java | 75 import android.view.animation.LinearInterpolator; 770 static final Interpolator sLinearInterpolator = new LinearInterpolator();
|
D | Editor.java | 109 import android.view.animation.LinearInterpolator; 4402 mAnimator.setInterpolator(new LinearInterpolator()); in MagnifierMotionAnimator()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 31 import android.view.animation.LinearInterpolator; 657 TimeInterpolator interpolator = new LinearInterpolator();
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 112 .followAnimatedTargetAlongPath(path, 100, new LinearInterpolator())
|