Home
last modified time | relevance | path

Searched refs:getInterpolator (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/animation/
H A DKeyframe.java231 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 DFloatKeyframeSet.java64 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 DIntKeyframeSet.java64 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 DKeyframeSet.java51 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 DAnimator.java274 public TimeInterpolator getInterpolator() { in getInterpolator() method in Animator
H A DValueAnimator.java1078 public TimeInterpolator getInterpolator() { in getInterpolator() method in ValueAnimator
H A DLayoutTransition.java625 public TimeInterpolator getInterpolator(int transitionType) { in getInterpolator() method in LayoutTransition
H A DAnimatorSet.java371 public TimeInterpolator getInterpolator() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java180 0, mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
194 mAppearAnimationUtils.getInterpolator(), in startAppearAnimation()
208 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
225 mDisappearAnimationUtils.getInterpolator(), in startDisappearAnimation()
H A DKeyguardPINView.java206 mDisappearAnimationUtils.getInterpolator(), () -> { in startDisappearAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java173 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 DWindowAnimationSpec.java171 float t = findMiddleOfTranslationFraction(openTranslateAnimation.getInterpolator()); in calculateStatusBarTransitionStartTime()
181 float t = findAlmostThereFraction(openTranslateAnimation.getInterpolator()); in calculateStatusBarTransitionStartTime()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimation.java130 public Interpolator getInterpolator() { in getInterpolator() method in WindowInsetsAnimation
H A DViewPropertyAnimator.java351 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 DLayoutAnimationController.java255 public Interpolator getInterpolator() { in getInterpolator() method in LayoutAnimationController
H A DAnimation.java748 public Interpolator getInterpolator() { in getInterpolator() method in Animation
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java217 assertEquals(animator.getInterpolator(), mTestInterpolator); in testUsingInterpolator()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java172 public Interpolator getInterpolator() { in getInterpolator() method in AppearAnimationUtils
/aosp14/frameworks/base/graphics/java/android/graphics/animation/
H A DRenderNodeAnimator.java350 public TimeInterpolator getInterpolator() { in getInterpolator() method in RenderNodeAnimator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java238 mCollapseAnimation.setInterpolator(tempAnimator.getInterpolator()); in animateCollapse()
/aosp14/frameworks/base/core/java/android/transition/
H A DTransition.java398 public TimeInterpolator getInterpolator() { in getInterpolator() method in Transition
1870 if (getInterpolator() != null) { in animate()
1871 animator.setInterpolator(getInterpolator()); in animate()
H A DTransitionSet.java171 transition.setInterpolator(getInterpolator()); in addTransition()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java524 sDefaultInterpolator = new ValueAnimator().getInterpolator(); in resetAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java196 mInterpolator = transition.getInterpolator(transitionType); in startTransition()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1542 TimeInterpolator interpolator = animator.getInterpolator(); in createNativeChildAnimator()

12