Searched refs:previousStartValue (Results 1 – 1 of 1) sorted by relevance
339 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local353 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()398 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local412 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()456 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local470 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()530 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local544 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()582 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local596 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()[all …]