Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance
106 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local108 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()109 mStartAnimationRect.top = previousStartValue; in startTopAnimation()144 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local157 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()158 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
343 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local358 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()430 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local445 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()491 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local506 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()557 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local572 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
223 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local238 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()305 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local320 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
63 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local78 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
641 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local643 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()