Home
last modified time | relevance | path

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

12

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java107 public void apply(Animator animator, float currValue, float endValue, float velocity) { in apply()
121 float currValue, float endValue, float velocity) { in apply()
134 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
150 public void apply(Animator animator, float currValue, float endValue, float velocity, in apply()
170 float currValue, float endValue, float velocity, float maxDistance) { in apply()
187 public void apply(ViewPropertyAnimator animator, float currValue, float endValue, in apply()
196 float endValue, float velocity, float maxDistance) { in getProperties()
264 public void applyDismissing(Animator animator, float currValue, float endValue, in applyDismissing()
284 public void applyDismissing(ViewPropertyAnimator animator, float currValue, float endValue, in applyDismissing()
292 private AnimatorProperties getDismissingProperties(float currValue, float endValue, in getDismissingProperties()
/aosp14/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()
H A DPointFEvaluator.java72 public PointF evaluate(float fraction, PointF startValue, PointF endValue) { in evaluate()
H A DFloatArrayEvaluator.java64 public float[] evaluate(float fraction, float[] startValue, float[] endValue) { in evaluate()
H A DIntArrayEvaluator.java63 public int[] evaluate(float fraction, int[] startValue, int[] endValue) { in evaluate()
H A DRectEvaluator.java72 public Rect evaluate(float fraction, Rect startValue, Rect endValue) { in evaluate()
H A DArgbEvaluator.java57 public Object evaluate(float fraction, Object startValue, Object endValue) { in evaluate()
H A DPathKeyframes.java146 private static float interpolate(float fraction, float startValue, float endValue) { in interpolate()
H A DPropertyValuesHolder.java1701 public Object endValue; field in PropertyValuesHolder.PropertyValues
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java336 Rect destinationBounds, T baseValue, T startValue, T endValue) { in PipTransitionAnimator()
519 public void updateEndValue(T endValue) { in updateEndValue()
546 Rect destinationBounds, float startValue, float endValue) { in ofAlpha()
578 public void updateEndValue(Float endValue) { in ofAlpha()
586 Rect baseValue, Rect startValue, Rect endValue, Rect sourceHintRect, in ofBounds()
777 public void updateEndValue(Rect endValue) { in ofBounds()
/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DCctEvaluator.java92 public Integer evaluate(float fraction, Integer startValue, Integer endValue) { in evaluate()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java185 final Rect endValue = new Rect(100, 100, 200, 200); in pipTransitionAnimator_setPipAnimationCallback() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java206 float endValue = nowVisible ? 1.0f : 0.0f; in setViewVisible() local
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java206 public Matrix evaluate(float fraction, Matrix startValue, Matrix endValue) { in evaluate()
H A DTransition.java725 Object endValue = end.values.get(key); in createAnimators() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1465 Float endValue = null; in createRTAnimatorForRootGroup() local
1838 float startValue, float endValue); in nCreateGroupPropertyHolder()
1844 int startValue, int endValue); in nCreatePathColorPropertyHolder()
1847 float startValue, float endValue); in nCreatePathPropertyHolder()
1850 float endValue); in nCreateRootAlphaPropertyHolder()
/aosp14/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java265 public State evaluate(float fraction, State startValue, State endValue) { in evaluate()
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt333 val endValue = anchors regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java520 float endValue) { in updateAnimation()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java574 private void startRtFloatAnimation(CanvasProperty<Float> property, float endValue, in startRtFloatAnimation()

12