Searched refs:newStartValue (Results 1 – 3 of 3) sorted by relevance
403 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local404 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()405 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()462 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local463 values[0].setIntValues(newStartValue, newEndValue); in startInsetAnimation()464 child.setTag(TAG_START_TOP_INSET, newStartValue); in startInsetAnimation()520 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local521 values[0].setFloatValues(newStartValue, newEndValue); in startAlphaAnimation()522 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()594 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local[all …]
428 float newStartValue = previousStartValue + relativeDiff; in updateHeadsUpScrim() local429 values[0].setFloatValues(newStartValue, alpha); in updateHeadsUpScrim()430 mHeadsUpScrim.setTag(TAG_HUN_START_ALPHA, newStartValue); in updateHeadsUpScrim()
1065 float newStartValue = -height - top;1066 values[0].setFloatValues(newStartValue, newEndValue);