/aosp14/frameworks/base/core/java/android/animation/ |
H A 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()
|
H A D | FloatKeyframeSet.java | 64 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 80 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() 94 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue()
|
H A D | IntKeyframeSet.java | 64 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 80 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() 93 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue()
|
H A D | KeyframeSet.java | 51 mInterpolator = mLastKeyframe.getInterpolator(); in KeyframeSet() 207 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue() 218 final TimeInterpolator interpolator = mLastKeyframe.getInterpolator(); in getValue() 232 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue()
|
H A D | Animator.java | 274 public TimeInterpolator getInterpolator() { in getInterpolator() method in Animator
|
H A D | ValueAnimator.java | 1078 public TimeInterpolator getInterpolator() { in getInterpolator() method in ValueAnimator
|
H A D | LayoutTransition.java | 625 public TimeInterpolator getInterpolator(int transitionType) { in getInterpolator() method in LayoutTransition
|
H A D | AnimatorSet.java | 371 public TimeInterpolator getInterpolator() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPatternView.java | 180 0, mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 194 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation() 208 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation() 225 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
|
H A D | KeyguardPINView.java | 206 mDisappearAnimationUtils.getInterpolator(), () -> { in startDisappearAnimation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | FlingAnimationUtils.java | 173 animator.setInterpolator(properties.getInterpolator()); in apply() 206 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties() 228 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator() method in FlingAnimationUtils 404 public androidx.core.animation.Interpolator getInterpolator() { in getInterpolator() method in FlingAnimationUtils.AnimatorProperties
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowAnimationSpec.java | 171 float t = findMiddleOfTranslationFraction(openTranslateAnimation.getInterpolator()); in calculateStatusBarTransitionStartTime() 181 float t = findAlmostThereFraction(openTranslateAnimation.getInterpolator()); in calculateStatusBarTransitionStartTime()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsetsAnimation.java | 130 public Interpolator getInterpolator() { in getInterpolator() method in WindowInsetsAnimation
|
H A D | ViewPropertyAnimator.java | 351 public @Nullable TimeInterpolator getInterpolator() { in getInterpolator() method in ViewPropertyAnimator 360 return mTempValueAnimator.getInterpolator(); in getInterpolator()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | LayoutAnimationController.java | 255 public Interpolator getInterpolator() { in getInterpolator() method in LayoutAnimationController
|
H A D | Animation.java | 748 public Interpolator getInterpolator() { in getInterpolator() method in Animation
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimatorTest.java | 217 assertEquals(animator.getInterpolator(), mTestInterpolator); in testUsingInterpolator()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 172 public Interpolator getInterpolator() { in getInterpolator() method in AppearAnimationUtils
|
/aosp14/frameworks/base/graphics/java/android/graphics/animation/ |
H A D | RenderNodeAnimator.java | 350 public TimeInterpolator getInterpolator() { in getInterpolator() method in RenderNodeAnimator
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedViewAnimationControllerImpl.java | 238 mCollapseAnimation.setInterpolator(tempAnimator.getInterpolator()); in animateCollapse()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 398 public TimeInterpolator getInterpolator() { in getInterpolator() method in Transition 1870 if (getInterpolator() != null) { in animate() 1871 animator.setInterpolator(getInterpolator()); in animate()
|
H A D | TransitionSet.java | 171 transition.setInterpolator(getInterpolator()); in addTransition()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DefaultItemAnimator.java | 524 sDefaultInterpolator = new ValueAnimator().getInterpolator(); in resetAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 196 mInterpolator = transition.getInterpolator(transitionType); in startTransition()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable.java | 1542 TimeInterpolator interpolator = animator.getInterpolator(); in createNativeChildAnimator()
|