Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java353 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local
354 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()
355 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()
412 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local
413 values[0].setIntValues(newStartValue, newEndValue); in startInsetAnimation()
414 child.setTag(TAG_START_TOP_INSET, newStartValue); in startInsetAnimation()
470 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local
471 values[0].setFloatValues(newStartValue, newEndValue); in startAlphaAnimation()
472 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()
544 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java933 float newStartValue = -height - top;
934 values[0].setFloatValues(newStartValue, newEndValue);