Home
last modified time | relevance | path

Searched refs:TAG_START_ALPHA (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java72 private static final int TAG_START_ALPHA = R.id.alpha_animator_start_value_tag; field in ViewState
438 Float previousStartValue = getChildTag(child, TAG_START_ALPHA); in startAlphaAnimation()
455 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation()
484 child.setTag(TAG_START_ALPHA, null); in startAlphaAnimation()
511 child.setTag(TAG_START_ALPHA, child.getAlpha()); in startAlphaAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java192 private static final int TAG_START_ALPHA = R.id.scrim_alpha_start; field in ScrimController
857 float previousStartValue = (Float) scrim.getTag(TAG_START_ALPHA); in setOrAdaptCurrentAnimation()
860 scrim.setTag(TAG_START_ALPHA, newStartValue); in setOrAdaptCurrentAnimation()
1261 final float startAlpha = (Float) scrim.getTag(TAG_START_ALPHA); in startScrimAnimation()
1289 scrim.setTag(TAG_START_ALPHA, current); in startScrimAnimation()