/frameworks/base/core/java/com/android/internal/view/animation/ |
D | FallbackLUTInterpolator.java | 42 public FallbackLUTInterpolator(TimeInterpolator interpolator, long duration) { in FallbackLUTInterpolator() 47 private static float[] createLUT(TimeInterpolator interpolator, long duration) { in createLUT() 70 public static long createNativeInterpolator(TimeInterpolator interpolator, long duration) { in createNativeInterpolator()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | AnimationProps.java | 69 public AnimationProps(int duration, Interpolator interpolator) { in AnimationProps() 77 public AnimationProps(int duration, Interpolator interpolator, in AnimationProps() 86 public AnimationProps(int startDelay, int duration, Interpolator interpolator) { in AnimationProps() 94 public AnimationProps(int startDelay, int duration, Interpolator interpolator, in AnimationProps() 179 public AnimationProps setInterpolator(@PropType int propertyType, Interpolator interpolator) { in setInterpolator()
|
/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/android/view/ |
D | RenderNodeAnimatorSetHelper.java | 40 public static long createNativeInterpolator(TimeInterpolator interpolator, long in createNativeInterpolator()
|
/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() 812 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()
|
/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/statusbar/notification/stack/ |
D | NotificationSection.java | 115 Interpolator interpolator = Interpolators.FAST_OUT_SLOW_IN; in startTopAnimation() local 164 Interpolator interpolator = Interpolators.FAST_OUT_SLOW_IN; in startBottomAnimation() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleDismissView.java | 79 final AccelerateDecelerateInterpolator interpolator = in BubbleDismissView() 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()
|
D | Scroller.java | 166 public Scroller(Context context, Interpolator interpolator) { in Scroller() 176 public Scroller(Context context, Interpolator interpolator, boolean flywheel) { in Scroller()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardAffordanceView.java | 373 Interpolator interpolator = circleRadius == 0.0f in setCircleRadius() local 442 Interpolator interpolator) { in setImageScale() 493 Interpolator interpolator, Runnable runnable) { in setImageAlpha()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 89 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/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 432 Interpolator interpolator) { in stopDragging() 437 Interpolator interpolator, long endDelay) { in stopDragging() 442 long endDelay, Interpolator interpolator) { in stopDragging() 592 long endDelay, Interpolator interpolator) { in flingTo()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimationSpec.java | 188 private static float findAlmostThereFraction(Interpolator interpolator) { in findAlmostThereFraction()
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 52 float startX, float startY, float endX, float endY, TimeInterpolator interpolator, in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 184 Interpolator interpolator = nowVisible ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT; in setViewVisible() local
|