Searched refs:previousStartValue (Results 1 – 4 of 4) sorted by relevance
438 Float previousStartValue = getChildTag(child, TAG_START_ALPHA); in startAlphaAnimation() local453 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()525 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local540 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()586 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_X); in startXTranslationAnimation() local601 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()652 Float previousStartValue = getChildTag(child, TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local667 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
239 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local254 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()322 Integer previousStartValue = getChildTag(child, in startClipAnimation() local340 int newStartValue = previousStartValue + relativeDiff; in startClipAnimation()
65 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local80 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
965 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local967 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()