Searched refs:previousStartValue (Results 1 – 2 of 2) sorted by relevance
389 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local403 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()448 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local462 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()506 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local520 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()580 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local594 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()632 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local646 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()[all …]
420 float previousStartValue = StackStateAnimator.getChildTag(mHeadsUpScrim, in updateHeadsUpScrim() local428 float newStartValue = previousStartValue + relativeDiff; in updateHeadsUpScrim()