Searched refs:newEndValue (Results 1 – 2 of 2) sorted by relevance
341 int newEndValue = viewState.height; in startHeightAnimation() local342 if (previousEndValue != null && previousEndValue == newEndValue) { in startHeightAnimation()352 int relativeDiff = newEndValue - previousEndValue; in startHeightAnimation()354 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()356 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()361 child.setActualHeight(newEndValue, false); in startHeightAnimation()366 ValueAnimator animator = ValueAnimator.ofInt(child.getActualHeight(), newEndValue); in startHeightAnimation()393 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()400 int newEndValue = viewState.clipTopAmount; in startInsetAnimation() local401 if (previousEndValue != null && previousEndValue == newEndValue) { in startInsetAnimation()[all …]
932 float newEndValue = mHeader.getCollapsedHeight() + mQsPeekHeight - height - top;934 values[0].setFloatValues(newStartValue, newEndValue);