Home
last modified time | relevance | path

Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java104 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local
106 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()
107 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
141 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local
154 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()
155 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
H A DViewState.java438 Float previousStartValue = getChildTag(child, TAG_START_ALPHA); in startAlphaAnimation() local
453 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()
525 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
540 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()
586 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_X); in startXTranslationAnimation() local
601 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()
652 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
667 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
H A DExpandableViewState.java242 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
257 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()
325 Integer previousStartValue = getChildTag(child, in startClipAnimation() local
343 int newStartValue = previousStartValue + relativeDiff; in startClipAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java63 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local
78 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java857 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local
859 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()