/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 231 public TimeInterpolator getInterpolator() { in getInterpolator() method in Keyframe 289 kfClone.setInterpolator(getInterpolator()); in clone() 336 kfClone.setInterpolator(getInterpolator()); in clone() 383 kfClone.setInterpolator(getInterpolator()); in clone()
|
D | IntKeyframeSet.java | 90 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 106 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 119 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue()
|
D | FloatKeyframeSet.java | 90 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 106 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 120 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue()
|
D | KeyframeSet.java | 50 mInterpolator = mLastKeyframe.getInterpolator(); in KeyframeSet() 214 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue() 225 final TimeInterpolator interpolator = mLastKeyframe.getInterpolator(); in getValue() 239 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue()
|
D | Animator.java | 201 public TimeInterpolator getInterpolator() { in getInterpolator() method in Animator
|
D | ValueAnimator.java | 1016 public TimeInterpolator getInterpolator() { in getInterpolator() method in ValueAnimator
|
D | AnimatorSet.java | 272 public TimeInterpolator getInterpolator() { in getInterpolator() method in AnimatorSet
|
D | LayoutTransition.java | 619 public TimeInterpolator getInterpolator(int transitionType) { in getInterpolator() method in LayoutTransition
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatJellybeanMr2.java | 22 public static Interpolator getInterpolator(View view) { in getInterpolator() method in ViewPropertyAnimatorCompatJellybeanMr2 23 return (Interpolator) view.animate().getInterpolator(); in getInterpolator()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardPatternView.java | 350 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation() 365 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 377 mDisappearAnimationUtils.getInterpolator()); in startDisappearAnimation() 393 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
|
D | KeyguardPINView.java | 122 0, mAppearAnimationUtils.getInterpolator()); in startAppearAnimation() 137 mDisappearYTranslation, mDisappearAnimationUtils.getInterpolator()); in startDisappearAnimation()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompat.java | 43 public Interpolator getInterpolator(ViewPropertyAnimatorCompat vpa, View view); in getInterpolator() method 124 public Interpolator getInterpolator(ViewPropertyAnimatorCompat vpa, View view) { in getInterpolator() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl 609 public Interpolator getInterpolator(ViewPropertyAnimatorCompat vpa, View view) { in getInterpolator() method in ViewPropertyAnimatorCompat.JBMr2ViewPropertyAnimatorCompatImpl 610 return (Interpolator) ViewPropertyAnimatorCompatJellybeanMr2.getInterpolator(view); in getInterpolator() 827 public Interpolator getInterpolator() { in getInterpolator() method in ViewPropertyAnimatorCompat 830 return IMPL.getInterpolator(this, view); in getInterpolator()
|
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/ |
D | HoneycombMr1AnimatorCompatProvider.java | 131 mDefaultInterpolator = new ValueAnimator().getInterpolator(); in clearInterpolator()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimatorRT.java | 71 TimeInterpolator interpolator = parent.getInterpolator(); in doStartAnimation()
|
D | ViewPropertyAnimator.java | 351 public TimeInterpolator getInterpolator() { in getInterpolator() method in ViewPropertyAnimator 360 return mTempValueAnimator.getInterpolator(); in getInterpolator()
|
D | RenderNodeAnimator.java | 356 public TimeInterpolator getInterpolator() { in getInterpolator() method in RenderNodeAnimator
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | StatusBarController.java | 135 float t = findAlmostThereFraction(openTranslateAnimation.getInterpolator()); in calculateStatusBarTransitionStartTime()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 317 anim.setInterpolator(getInterpolator()); in startScrimAnimation() 335 private Interpolator getInterpolator() { in getInterpolator() method in ScrimController
|
D | NavigationBarView.java | 112 mInterpolator = transition.getInterpolator(transitionType); in startTransition()
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 255 public Interpolator getInterpolator() { in getInterpolator() method in LayoutAnimationController
|
D | Animation.java | 663 public Interpolator getInterpolator() { in getInterpolator() method in Animation
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 175 public Interpolator getInterpolator() { in getInterpolator() method in AppearAnimationUtils
|
/frameworks/base/core/java/android/transition/ |
D | Transition.java | 396 public TimeInterpolator getInterpolator() { in getInterpolator() method in Transition 1869 if (getInterpolator() != null) { in animate() 1870 animator.setInterpolator(getInterpolator()); in animate()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 1569 public Interpolator getInterpolator() { in getInterpolator() method in ProgressBar
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.0.0.txt | 484 method public android.view.animation.Interpolator getInterpolator();
|