Home
last modified time | relevance | path

Searched defs:endValue (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java109 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
123 float currValue, float endValue, float velocity) { in apply()
136 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
152 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
172 float currValue, float endValue, float velocity, float maxDistance) { in apply()
189 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
198 float endValue, float velocity, float maxDistance) { in getProperties()
266 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing()
286 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
294 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java64 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
78 ViewPropertyAnimator animator, float currValue, float endValue, float velocity) { in apply()
94 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in apply()
114 float endValue, in apply()
123 float currValue, float endValue, float velocity, float maxDistance) { in getProperties()
162 Animator animator, float currValue, float endValue, float velocity, float maxDistance) { in applyDismissing()
184 float endValue, in applyDismissing()
194 float currValue, float endValue, float velocity, float maxDistance) { in getDismissingProperties()
/aosp_15_r20/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h66 PropertyValuesHolderImpl(const T& startValue, const T& endValue) in PropertyValuesHolderImpl()
91 float endValue) in GroupPropertyValuesHolder()
105 SkColor startValue, SkColor endValue) in FullPathColorPropertyValuesHolder()
122 float endValue) in FullPathPropertyValuesHolder()
138 PathData* endValue) in PathDataPropertyValuesHolder()
151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
H A DKeyframe.java17 @Nullable public T endValue; field in Keyframe
40 @Nullable T startValue, @Nullable T endValue, in Keyframe()
53 @Nullable T startValue, @Nullable T endValue, in Keyframe()
66 @Nullable T startValue, @Nullable T endValue, in Keyframe()
93 private Keyframe(T startValue, T endValue) { in Keyframe()
104 public Keyframe<T> copyWith(T startValue, T endValue) { in copyWith()
H A DLottieInterpolatedValue.java9 private final T endValue; field in LottieInterpolatedValue
12 LottieInterpolatedValue(T startValue, T endValue) { in LottieInterpolatedValue()
16 LottieInterpolatedValue(T startValue, T endValue, Interpolator interpolator) { in LottieInterpolatedValue()
27 abstract T interpolateValue(T startValue, T endValue, float progress); in interpolateValue()
H A DLottieInterpolatedIntegerValue.java10 public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue) { in LottieInterpolatedIntegerValue()
14 …public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue, Interpolator interpola… in LottieInterpolatedIntegerValue()
18 @Override Integer interpolateValue(Integer startValue, Integer endValue, float progress) { in interpolateValue()
H A DLottieInterpolatedFloatValue.java10 public LottieInterpolatedFloatValue(Float startValue, Float endValue) { in LottieInterpolatedFloatValue()
14 public LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator) { in LottieInterpolatedFloatValue()
18 @Override Float interpolateValue(Float startValue, Float endValue, float progress) { in interpolateValue()
H A DLottieInterpolatedPointValue.java12 public LottieInterpolatedPointValue(PointF startValue, PointF endValue) { in LottieInterpolatedPointValue()
16 …public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)… in LottieInterpolatedPointValue()
20 @Override PointF interpolateValue(PointF startValue, PointF endValue, float progress) { in interpolateValue()
H A DLottieFrameInfo.java13 private T endValue; field in LottieFrameInfo
23 T endValue, in set()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java229 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_setPipAnimationCallback() local
257 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_overrideMainWindowFrame() local
287 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_animateTaskBounds() local
317 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_letterboxed_animateTaskBounds() local
348 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_sizeCompat_animateTaskBounds() local
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DAnimatedVectorDrawableNatives.java51 long nativePtr, int propertyId, float startValue, float endValue); in nCreateGroupPropertyHolder()
57 long nativePtr, int propertyId, int startValue, int endValue); in nCreatePathColorPropertyHolder()
60 long nativePtr, int propertyId, float startValue, float endValue); in nCreatePathPropertyHolder()
63 long nativePtr, float startValue, float endValue); in nCreateRootAlphaPropertyHolder()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeAnimatedVectorDrawable.java104 long nativePtr, int propertyId, float startValue, float endValue) { in nCreateGroupPropertyHolder()
118 long nativePtr, int propertyId, int startValue, int endValue) { in nCreatePathColorPropertyHolder()
125 long nativePtr, int propertyId, float startValue, float endValue) { in nCreatePathPropertyHolder()
132 long nativePtr, float startValue, float endValue) { in nCreateRootAlphaPropertyHolder()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java345 @NonNull T baseValue, @NonNull T startValue, @NonNull T endValue) { in PipTransitionAnimator()
353 @NonNull T endValue) { in PipTransitionAnimator()
541 public void updateEndValue(T endValue) { in updateEndValue()
568 Rect destinationBounds, float startValue, float endValue) { in ofAlpha()
600 public void updateEndValue(Float endValue) { in ofAlpha()
608 Rect baseValue, Rect startValue, Rect endValue, Rect sourceRectHint, in ofBounds()
863 public void updateEndValue(Rect endValue) { in ofBounds()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp105 jfloat startValue, jfloat endValue) { in createGroupPropertyHolder()
123 int startValue, jint endValue) { in createPathColorPropertyHolder()
131 float startValue, jfloat endValue) { in createPathPropertyHolder()
139 float endValue) { in createRootAlphaPropertyHolder()
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaAnimationController.java125 float startValue, float endValue) { in CarDisplayAreaTransitionAnimator()
219 void updateEndValue(float endValue) { in updateEndValue()
230 SurfaceControl leash, float startValue, float endValue) { in ofYOffset()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java139 float startValue, float endValue) { in OneHandedTransitionAnimator()
249 void updateEndValue(float endValue) { in updateEndValue()
259 SurfaceControl leash, float startValue, float endValue, Rect displayBounds) { in ofYOffset()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatedFloat.java149 public boolean isAnimatingToValue(float endValue) { in isAnimatingToValue()
165 public boolean isSettledOnValue(float endValue) { in isSettledOnValue()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1466 Float endValue = null; in createRTAnimatorForRootGroup() local
1853 float startValue, float endValue); in nCreateGroupPropertyHolder()
1859 int startValue, int endValue); in nCreatePathColorPropertyHolder()
1862 float startValue, float endValue); in nCreatePathPropertyHolder()
1865 float endValue); in nCreateRootAlphaPropertyHolder()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
H A DKeyframeParser.java98 T endValue = null; in parseKeyframe() local
168 T endValue = null; in parseMultiDimensionalKeyframe() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
H A DBaseStrokeContent.java258 float endValue = Math.min((endLength - totalLength) / length, 1); in applyTrimPath() local
274 float endValue; in applyTrimPath() local
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DObjectAnimatorTest.java235 int endValue = 10; in testOfObject_generic() local
260 int endValue = 0; in testOfPropertyValuesHolder() local
849 final float startValue = 100, endValue = 500; in testSetStartEndValues() local
/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DTypeEvaluator.java42 public T evaluate(float fraction, T startValue, T endValue); in evaluate()
H A DFloatEvaluator.java38 public Float evaluate(float fraction, Number startValue, Number endValue) { in evaluate()
H A DIntEvaluator.java38 public Integer evaluate(float fraction, Integer startValue, Integer endValue) { in evaluate()
/aosp_15_r20/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
H A DPathEvaluator.java28 public PathPoint evaluate(float t, PathPoint startValue, PathPoint endValue) { in evaluate()

12345678910>>...24