Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java403 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local
404 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()
405 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()
462 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local
463 values[0].setIntValues(newStartValue, newEndValue); in startInsetAnimation()
464 child.setTag(TAG_START_TOP_INSET, newStartValue); in startInsetAnimation()
520 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local
521 values[0].setFloatValues(newStartValue, newEndValue); in startAlphaAnimation()
522 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()
594 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java428 float newStartValue = previousStartValue + relativeDiff; in updateHeadsUpScrim() local
429 values[0].setFloatValues(newStartValue, alpha); in updateHeadsUpScrim()
430 mHeadsUpScrim.setTag(TAG_HUN_START_ALPHA, newStartValue); in updateHeadsUpScrim()
DNotificationPanelView.java1065 float newStartValue = -height - top;
1066 values[0].setFloatValues(newStartValue, newEndValue);