Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java339 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
353 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()
398 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
412 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
456 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
470 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()
530 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
544 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()
582 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
596 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
[all …]