Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java235 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local
317 Float previousStartValue = getChildTag(child, TAG_START_SHADOW_ALPHA); in startShadowAlphaAnimation() local
379 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local
DViewState.java325 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local
412 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local
472 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local
537 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local
DNotificationStackScrollLayout.java2097 int previousStartValue = mStartAnimationRect.top; in startTopAnimation() local
2134 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java43 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java500 float previousStartValue = ViewState.getChildTag(scrim, TAG_START_ALPHA); in updateScrim() local