| /frameworks/base/graphics/java/android/graphics/animation/ |
| D | FallbackLUTInterpolator.java | 43 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()
|
| D | NativeInterpolatorFactory.java | 34 public static long createNativeInterpolator(TimeInterpolator interpolator, long in createNativeInterpolator()
|
| /frameworks/base/core/java/android/animation/ |
| D | IntKeyframeSet.java | 64 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
|
| D | FloatKeyframeSet.java | 64 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
|
| D | KeyframeSet.java | 207 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/ |
| D | DisappearAnimationUtils.java | 35 float delayScaleFactor, Interpolator interpolator) { in DisappearAnimationUtils() 41 float delayScaleFactor, Interpolator interpolator, RowTranslationScaler rowScaler) { in DisappearAnimationUtils()
|
| D | AppearAnimationCreator.java | 27 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
|
| D | AppearAnimationUtils.java | 52 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/ |
| D | MessagingPropertyAnimator.java | 104 Interpolator interpolator) { in startLocalTranslationFrom() 115 Interpolator interpolator) { in startLocalTranslationTo() 141 Interpolator interpolator) { in startTopAnimation()
|
| D | LockPatternView.java | 467 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/ |
| D | PropertyValuesAnimatorSet.cpp | 26 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/ |
| D | AssistOrbView.java | 152 long startDelay, Interpolator interpolator) { in animateCircleSize() 192 Interpolator interpolator) { in animateOffset()
|
| D | AssistHandleViewController.java | 134 Interpolator interpolator) { in getHandleAnimator()
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | PathInterpolatorTests.cpp | 83 PathInterpolator interpolator(getX(data), getY(data)); in TEST() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
| D | BubbleDismissView.java | 58 final AccelerateDecelerateInterpolator interpolator = in BubbleDismissView() local
|
| /frameworks/base/core/java/android/view/ |
| D | InsetsAnimationThreadControlRunner.java | 104 InsetsAnimationControlCallbacks controller, long durationMs, Interpolator interpolator, in InsetsAnimationThreadControlRunner()
|
| D | WindowInsetsController.java | 168 @Nullable Interpolator interpolator, in controlWindowInsetsAnimation()
|
| D | InsetsController.java | 450 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()
|
| D | WindowInsetsAnimation.java | 56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | NotificationSection.java | 124 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/ |
| D | OverScroller.java | 62 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/ |
| D | KeyguardAffordanceView.java | 374 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/ |
| D | PropertyAnimator.java | 107 Interpolator interpolator = customInterpolator != null ? customInterpolator in startAnimation() local
|
| /frameworks/base/core/java/android/view/animation/ |
| D | AnimationSet.java | 353 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/ |
| D | WindowAnimationSpec.java | 182 private static float findAlmostThereFraction(Interpolator interpolator) { in findAlmostThereFraction()
|