Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java389 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
403 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()
448 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
462 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
506 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
520 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()
580 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
594 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()
632 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
646 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java420 float previousStartValue = StackStateAnimator.getChildTag(mHeadsUpScrim, in updateHeadsUpScrim() local
428 float newStartValue = previousStartValue + relativeDiff; in updateHeadsUpScrim()