Home
last modified time | relevance | path

Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java97 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local
99 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()
100 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
135 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local
148 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()
149 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
DViewState.java330 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
345 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation()
417 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
432 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation()
477 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local
492 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation()
542 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
557 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
DExpandableViewState.java223 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
238 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation()
304 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
319 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java56 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local
71 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java439 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local
441 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()