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.java413 float newStartValue = previousStartValue + relativeDiff; in startShadowAlphaAnimation() local
472 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() local
550 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation() local
609 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() local
684 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() local
737 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java511 float newStartValue = previousStartValue + relativeDiff; in updateScrim() local