Searched refs:newStartValue (Results 1 – 2 of 2) sorted by relevance
353 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local354 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()355 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()412 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local413 values[0].setIntValues(newStartValue, newEndValue); in startInsetAnimation()414 child.setTag(TAG_START_TOP_INSET, newStartValue); in startInsetAnimation()470 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local471 values[0].setFloatValues(newStartValue, newEndValue); in startAlphaAnimation()472 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()544 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local[all …]
933 float newStartValue = -height - top;934 values[0].setFloatValues(newStartValue, newEndValue);