Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance
97 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local99 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()100 mStartAnimationRect.top = previousStartValue; in startTopAnimation()135 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local148 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()149 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
330 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local345 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()417 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local432 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()477 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local492 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()542 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local557 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
223 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local238 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()304 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local319 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
56 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local71 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
439 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local441 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()