Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java412 float newStartValue = previousStartValue + relativeDiff; in startShadowAlphaAnimation() local
471 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local
549 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local
608 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local
683 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local
736 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java471 float newStartValue = previousStartValue + relativeDiff; in updateScrim() local