Home
last modified time | relevance | path

Searched defs:interpolator (Results 1 – 25 of 58) 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/
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
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
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/
DDisappearAnimationUtils.java35 float delayScaleFactor, Interpolator interpolator) { in DisappearAnimationUtils()
41 float delayScaleFactor, Interpolator interpolator, RowTranslationScaler rowScaler) { in DisappearAnimationUtils()
DAppearAnimationCreator.java27 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
DAppearAnimationUtils.java52 float delayScaleFactor, Interpolator interpolator) { in AppearAnimationUtils()
182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation()
223 float endTranslationY, Interpolator interpolator) { in startTranslationYAnimation()
/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.java467 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
483 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
516 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
548 long delay, long duration, Interpolator interpolator, in startRtAlphaAnimation()
561 long delay, long duration, Interpolator interpolator) { in startRtFloatAnimation()
819 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp26 Interpolator* interpolator, nsecs_t startDelay, in addPropertyAnimator()
128 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbView.java152 long startDelay, Interpolator interpolator) { in animateCircleSize()
192 Interpolator interpolator) { in animateOffset()
DAssistHandleViewController.java134 Interpolator interpolator) { in getHandleAnimator()
/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/bubbles/
DBubbleDismissView.java58 final AccelerateDecelerateInterpolator interpolator = in BubbleDismissView() local
/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java104 InsetsAnimationControlCallbacks controller, long durationMs, Interpolator interpolator, in InsetsAnimationThreadControlRunner()
DWindowInsetsController.java168 @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
DInsetsController.java450 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
466 final Interpolator interpolator; field in InsetsController.PendingControlRequest
876 @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
886 boolean fromIme, long durationMs, @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
901 long durationMs, Interpolator interpolator, in controlAnimationUnchecked()
DWindowInsetsAnimation.java56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation()
/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.java62 public OverScroller(Context context, Interpolator interpolator) { in OverScroller()
75 public OverScroller(Context context, Interpolator interpolator, boolean flywheel) { in OverScroller()
99 public OverScroller(Context context, Interpolator interpolator, in OverScroller()
118 public OverScroller(Context context, Interpolator interpolator, in OverScroller()
124 void setInterpolator(Interpolator interpolator) { in setInterpolator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java374 Interpolator interpolator = circleRadius == 0.0f in setCircleRadius() local
443 Interpolator interpolator) { in setImageScale()
494 Interpolator interpolator, Runnable runnable) { in setImageAlpha()
/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
443 final Interpolator interpolator = mInterpolator; in initialize() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java182 private static float findAlmostThereFraction(Interpolator interpolator) { in findAlmostThereFraction()

123