Home
last modified time | relevance | path

Searched refs:newEndValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java341 int newEndValue = viewState.height; in startHeightAnimation() local
342 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() local
401 if (previousEndValue != null && previousEndValue == newEndValue) { in startInsetAnimation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java932 float newEndValue = mHeader.getCollapsedHeight() + mQsPeekHeight - height - top;
934 values[0].setFloatValues(newStartValue, newEndValue);