/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | PropertySetter.java | 37 default void setViewAlpha(View view, float alpha, TimeInterpolator interpolator) { in setViewAlpha() 47 default void setViewBackgroundColor(View view, int color, TimeInterpolator interpolator) { in setViewBackgroundColor() 57 TimeInterpolator interpolator) { in setFloat() 65 TimeInterpolator interpolator) { in setInt()
|
H A D | PendingAnimation.java | 66 public void add(Animator anim, TimeInterpolator interpolator, SpringProperty springProperty) { in add() 81 public void setViewAlpha(View view, float alpha, TimeInterpolator interpolator) { in setViewAlpha() 92 public void setViewBackgroundColor(View view, int color, TimeInterpolator interpolator) { in setViewBackgroundColor() 104 TimeInterpolator interpolator) { in setFloat() 114 TimeInterpolator interpolator) { in addFloat() 122 TimeInterpolator interpolator) { in setInt()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 70 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 96 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 119 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 149 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 176 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 206 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable
|
H A D | rs_interpolator_test.cpp | 115 RSSpringInterpolator interpolator(0.1f, 1.0f, 1.0f); variable 150 auto interpolator = std::make_shared<RSCustomInterpolator>(func, CUSTOM_DURATION); variable
|
/aosp12/frameworks/base/graphics/java/android/graphics/animation/ |
H A 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_curve_animation.cpp | 35 void RSRenderCurveAnimation::SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() 84 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local 118 …nderCurveAnimation::OnAnimateInner(float fraction, const std::shared_ptr<RSInterpolator>& interpol… in OnAnimateInner()
|
H A D | rs_render_keyframe_animation.cpp | 39 const std::shared_ptr<RSInterpolator>& interpolator) in AddKeyframe() 66 …onst std::shared_ptr<RSRenderPropertyBase>& value, const std::shared_ptr<RSInterpolator>& interpol… in AddKeyframe() 178 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local 201 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseDurationKeyframesParam() local
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A 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
|
H A 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
|
H A 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
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | DisappearAnimationUtils.java | 35 float delayScaleFactor, Interpolator interpolator) { in DisappearAnimationUtils() 41 float delayScaleFactor, Interpolator interpolator, RowTranslationScaler rowScaler) { in DisappearAnimationUtils()
|
H A D | AppearAnimationUtils.java | 52 float delayScaleFactor, Interpolator interpolator) { in AppearAnimationUtils() 182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation() 226 float endTranslationY, Interpolator interpolator) { in startTranslationYAnimation() 234 float endTranslationY, Interpolator interpolator, Animator.AnimatorListener listener) { in startTranslationYAnimation()
|
H A D | AppearAnimationCreator.java | 27 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/ |
H A D | CarHeadsUpNotificationRightAnimationHelper.java | 34 Interpolator interpolator = AnimationUtils.loadInterpolator( in getAnimateInAnimator() local 58 Interpolator interpolator = AnimationUtils.loadInterpolator( in getAnimateOutAnimator() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() local 99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator() local
|
H A D | rs_transition.cpp | 63 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartCustomTransition() local 89 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartRenderTransition() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition.h | 33 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator()
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | IntroView.java | 85 protected void onStartEnterAnimation(TimeInterpolator interpolator, long duration) { in onStartEnterAnimation() 98 TimeInterpolator interpolator, long duration, final Runnable onAnimationEnded) { in onStartExitAnimation()
|
H A D | FullscreenDialogView.java | 121 protected void onStartEnterAnimation(TimeInterpolator interpolator, long duration) {} in onStartEnterAnimation() 125 TimeInterpolator interpolator, long duration, Runnable onAnimationEnded) {} in onStartExitAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowAnimationSpec.java | 196 private static float findAlmostThereFraction(Interpolator interpolator) { in findAlmostThereFraction() 204 private float findMiddleOfTranslationFraction(Interpolator interpolator) { in findMiddleOfTranslationFraction() 213 Interpolator interpolator, float target, float epsilon) { in findInterpolationAdjustedTargetFraction()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DropOutlineDrawable.java | 138 ObjectAnimator startBoundsAnimation(Rect toBounds, Interpolator interpolator) { in startBoundsAnimation() 152 ObjectAnimator startVisibilityAnimation(boolean visible, Interpolator interpolator) { in startVisibilityAnimation()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | StickyBottomCaptureLayout.java | 185 final Interpolator interpolator = in animateCaptureIndicatorToX() local 201 final Interpolator interpolator = in animateCaptureIndicatorToY() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | PortraitOverviewStateTouchHelper.java | 78 PendingAnimation createSwipeDownToTaskAppAnimation(long duration, Interpolator interpolator) { in createSwipeDownToTaskAppAnimation()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingPropertyAnimator.java | 104 Interpolator interpolator) { in startLocalTranslationFrom() 115 Interpolator interpolator) { in startLocalTranslationTo() 141 Interpolator interpolator) { in startTopAnimation()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 26 Interpolator* interpolator, nsecs_t startDelay, in addPropertyAnimator() 128 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator()
|