Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | ExpandableViewState.java | 235 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local 250 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() 317 Float previousStartValue = getChildTag(child, TAG_START_SHADOW_ALPHA); in startShadowAlphaAnimation() local 332 float newStartValue = previousStartValue + relativeDiff; in startShadowAlphaAnimation() 379 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local 394 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
|
D | ViewState.java | 325 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local 340 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() 412 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local 427 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() 472 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local 487 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation() 537 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local 552 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
|
D | NotificationStackScrollLayout.java | 2097 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local 2099 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation() 2100 mStartAnimationRect.top = previousStartValue; in startTopAnimation() 2134 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local 2147 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation() 2148 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 43 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local 58 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 500 float previousStartValue = ViewState.getChildTag(scrim, TAG_START_ALPHA); in updateScrim() local 506 float newStartValue = previousStartValue + relativeDiff; in updateScrim()
|