Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java106 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local
108 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()
109 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
144 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local
157 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()
158 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
H A DViewState.java343 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
358 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()
430 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
445 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()
491 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local
506 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()
557 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
572 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
H A DExpandableViewState.java223 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
238 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()
305 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
320 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java641 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local
643 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()