Home
last modified time | relevance | path

Searched defs:interpolator (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/graphics/java/android/graphics/animation/
DFallbackLUTInterpolator.java43 public FallbackLUTInterpolator(TimeInterpolator interpolator, long duration) { in FallbackLUTInterpolator()
48 private static float[] createLUT(TimeInterpolator interpolator, long duration) { in createLUT()
71 public static long createNativeInterpolator(TimeInterpolator interpolator, long duration) { in createNativeInterpolator()
DNativeInterpolatorFactory.java34 public static long createNativeInterpolator(TimeInterpolator interpolator, long in createNativeInterpolator()
/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java64 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() local
80 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() local
94 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getFloatValue() local
DIntKeyframeSet.java64 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() local
80 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() local
93 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getIntValue() local
DKeyframeSet.java207 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue() local
218 final TimeInterpolator interpolator = mLastKeyframe.getInterpolator(); in getValue() local
232 final TimeInterpolator interpolator = nextKeyframe.getInterpolator(); in getValue() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationCreator.java31 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
38 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
DDisappearAnimationUtils.java35 float delayScaleFactor, Interpolator interpolator) { in DisappearAnimationUtils()
41 float delayScaleFactor, Interpolator interpolator, RowTranslationScaler rowScaler) { in DisappearAnimationUtils()
DAppearAnimationUtils.java52 float delayScaleFactor, Interpolator interpolator) { in AppearAnimationUtils()
182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation()
189 long duration, float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
237 float endTranslationY, Interpolator interpolator) { in startTranslationYAnimation()
245 float endTranslationY, Interpolator interpolator, AnimatorListenerAdapter listener) { in startTranslationYAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropOutlineDrawable.java138 ObjectAnimator startBoundsAnimation(Rect toBounds, Interpolator interpolator) { in startBoundsAnimation()
152 ObjectAnimator startVisibilityAnimation(boolean visible, Interpolator interpolator) { in startVisibilityAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java239 private static float findAlmostThereFraction(Interpolator interpolator) { in findAlmostThereFraction()
247 private float findMiddleOfTranslationFraction(Interpolator interpolator) { in findMiddleOfTranslationFraction()
256 Interpolator interpolator, float target, float epsilon) { in findInterpolationAdjustedTargetFraction()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java104 Interpolator interpolator) { in startLocalTranslationFrom()
115 Interpolator interpolator) { in startLocalTranslationTo()
141 Interpolator interpolator) { in startTopAnimation()
DLockPatternView.java481 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
497 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
530 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
562 long delay, long duration, Interpolator interpolator, in startRtAlphaAnimation()
575 long delay, long duration, Interpolator interpolator) { in startRtFloatAnimation()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp26 Interpolator* interpolator, nsecs_t startDelay, in addPropertyAnimator()
128 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator()
/frameworks/base/libs/hwui/tests/unit/
DPathInterpolatorTests.cpp83 PathInterpolator interpolator(getX(data), getY(data)); in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java124 Interpolator interpolator = Interpolators.FAST_OUT_SLOW_IN; in startTopAnimation() local
173 Interpolator interpolator = Interpolators.FAST_OUT_SLOW_IN; in startBottomAnimation() local
/frameworks/base/core/java/android/widget/
DOverScroller.java63 public OverScroller(Context context, Interpolator interpolator) { in OverScroller()
76 public OverScroller(Context context, Interpolator interpolator, boolean flywheel) { in OverScroller()
100 public OverScroller(Context context, Interpolator interpolator, in OverScroller()
119 public OverScroller(Context context, Interpolator interpolator, in OverScroller()
125 void setInterpolator(Interpolator interpolator) { in setInterpolator()
/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
DWindowInsetsController.java199 @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
DWindowInsetsAnimation.java56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java375 Interpolator interpolator = circleRadius == 0.0f in setCircleRadius() local
444 Interpolator interpolator) { in setImageScale()
495 Interpolator interpolator, Runnable runnable) { in setImageAlpha()
DLightRevealScrim.kt93 private val interpolator = constant in com.android.systemui.statusbar.LinearLightRevealEffect
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java107 Interpolator interpolator = customInterpolator != null ? customInterpolator in startAnimation() local
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java353 final Interpolator interpolator = a.mInterpolator; in initializeInvalidateRegion() local
463 final Interpolator interpolator = mInterpolator; in initialize() local
/frameworks/base/core/java/android/transition/
DTranslationAnimationCreator.java52 float startX, float startY, float endX, float endY, TimeInterpolator interpolator, in createAnimation()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPatternView.java221 Interpolator interpolator, in createAnimation()

123