Searched refs:newEndValue (Results 1 – 2 of 2) sorted by relevance
391 int newEndValue = viewState.height; in startHeightAnimation() local392 if (previousEndValue != null && previousEndValue == newEndValue) { in startHeightAnimation()402 int relativeDiff = newEndValue - previousEndValue; in startHeightAnimation()404 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()406 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()411 child.setActualHeight(newEndValue, false); in startHeightAnimation()416 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()443 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()450 int newEndValue = viewState.clipTopAmount; in startInsetAnimation() local451 if (previousEndValue != null && previousEndValue == newEndValue) { in startInsetAnimation()[all …]
1064 float newEndValue = mHeader.getCollapsedHeight() + mQsPeekHeight - height - top;1066 values[0].setFloatValues(newStartValue, newEndValue);