Home
last modified time | relevance | path

Searched defs:previousStartValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java399 Float previousStartValue = getChildTag(child, TAG_START_SHADOW_ALPHA); in startShadowAlphaAnimation() local
458 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
536 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
595 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
670 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
723 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
DNotificationStackScrollLayout.java1874 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local
1911 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java495 float previousStartValue = StackStateAnimator.getChildTag(scrim, in updateScrim() local