Searched refs:previousStartValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | ExpandableViewState.java | 251 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation() local 266 int newStartValue = previousStartValue + relativeDiff; in startHeightAnimation() 333 Float previousStartValue = getChildTag(child, TAG_START_SHADOW_ALPHA); in startShadowAlphaAnimation() local 348 float newStartValue = previousStartValue + relativeDiff; in startShadowAlphaAnimation() 395 Integer previousStartValue = getChildTag(child, TAG_START_TOP_INSET); in startInsetAnimation() local 410 int newStartValue = previousStartValue + relativeDiff; in startInsetAnimation()
|
D | ViewState.java | 324 Float previousStartValue = getChildTag(child,TAG_START_ALPHA); in startAlphaAnimation() local 339 float newStartValue = previousStartValue + relativeDiff; in startAlphaAnimation() 411 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z); in startZTranslationAnimation() local 426 float newStartValue = previousStartValue + relativeDiff; in startZTranslationAnimation() 471 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X); in startXTranslationAnimation() local 486 float newStartValue = previousStartValue + relativeDiff; in startXTranslationAnimation() 536 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Y); in startYTranslationAnimation() local 551 float newStartValue = previousStartValue + relativeDiff; in startYTranslationAnimation()
|
D | NotificationStackScrollLayout.java | 2312 int previousStartValue = mStartAnimationRect.top; 2314 values[0].setIntValues(previousStartValue, newEndValue); 2315 mStartAnimationRect.top = previousStartValue; 2349 int previousStartValue = mStartAnimationRect.bottom; 2362 values[0].setIntValues(previousStartValue, newEndValue); 2363 mStartAnimationRect.bottom = previousStartValue;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 57 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation() local 72 float newStartValue = previousStartValue + relativeDiff; in startAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 389 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation() local 391 float newStartValue = previousStartValue + relativeDiff; in setOrAdaptCurrentAnimation()
|