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