Home
last modified time | relevance | path

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

123456

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertySetter.java37 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 DPendingAnimation.java66 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 Drs_render_keyframe_animation_test.cpp70 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 Drs_interpolator_test.cpp115 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 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp35 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 Drs_render_keyframe_animation.cpp39 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 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
H A 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
H A 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
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DDisappearAnimationUtils.java35 float delayScaleFactor, Interpolator interpolator) { in DisappearAnimationUtils()
41 float delayScaleFactor, Interpolator interpolator, RowTranslationScaler rowScaler) { in DisappearAnimationUtils()
H A DAppearAnimationUtils.java52 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 DAppearAnimationCreator.java27 float translationY, boolean appearing, Interpolator interpolator, in createAnimation()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/
H A DCarHeadsUpNotificationRightAnimationHelper.java34 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 Drs_curve_animation.cpp83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() local
99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator() local
H A Drs_transition.cpp63 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 Drs_render_transition.h33 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DIntroView.java85 protected void onStartEnterAnimation(TimeInterpolator interpolator, long duration) { in onStartEnterAnimation()
98 TimeInterpolator interpolator, long duration, final Runnable onAnimationEnded) { in onStartExitAnimation()
H A DFullscreenDialogView.java121 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 DWindowAnimationSpec.java196 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 DDropOutlineDrawable.java138 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 DStickyBottomCaptureLayout.java185 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 DPortraitOverviewStateTouchHelper.java78 PendingAnimation createSwipeDownToTaskAppAnimation(long duration, Interpolator interpolator) { in createSwipeDownToTaskAppAnimation()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingPropertyAnimator.java104 Interpolator interpolator) { in startLocalTranslationFrom()
115 Interpolator interpolator) { in startLocalTranslationTo()
141 Interpolator interpolator) { in startTopAnimation()
/aosp12/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp26 Interpolator* interpolator, nsecs_t startDelay, in addPropertyAnimator()
128 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, in PropertyAnimator()

123456