Home
last modified time | relevance | path

Searched refs:newStartValue (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java453 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local
454 values[0].setFloatValues(newStartValue, newEndValue); in startAlphaAnimation()
455 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()
540 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local
541 values[0].setFloatValues(newStartValue, newEndValue); in startZTranslationAnimation()
542 child.setTag(TAG_START_TRANSLATION_Z, newStartValue); in startZTranslationAnimation()
601 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation() local
602 values[0].setFloatValues(newStartValue, newEndValue); in startXTranslationAnimation()
603 child.setTag(TAG_START_TRANSLATION_X, newStartValue); in startXTranslationAnimation()
668 values[0].setFloatValues(newStartValue, newEndValue); in startYTranslationAnimation()
[all …]
H A DExpandableViewState.java257 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local
258 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()
259 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()
343 int newStartValue = previousStartValue + relativeDiff; in startClipAnimation() local
344 values[0].setIntValues(newStartValue, newEndValue); in startClipAnimation()
345 child.setTag(clipTop ? TAG_START_TOP_INSET : TAG_START_BOTTOM_INSET, newStartValue); in startClipAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java78 float newStartValue = previousStartValue + relativeDiff; in startAnimation() local
79 values[0].setFloatValues(newStartValue, newEndValue); in startAnimation()
80 view.setTag(animationStartTag, newStartValue); in startAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java859 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation() local
860 scrim.setTag(TAG_START_ALPHA, newStartValue); in setOrAdaptCurrentAnimation()