Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance
104 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local106 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()107 mStartAnimationRect.top = previousStartValue; in startTopAnimation()141 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local154 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()155 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
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()
242 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local257 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()325 Integer previousStartValue = getChildTag(child, in startClipAnimation() local343 int newStartValue = previousStartValue + relativeDiff; in startClipAnimation()
63 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local78 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
857 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local859 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()