Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java68 private static final int TAG_END_ALPHA = R.id.alpha_animator_end_value_tag; field in ViewState
439 Float previousEndValue = getChildTag(child, TAG_END_ALPHA); in startAlphaAnimation()
456 child.setTag(TAG_END_ALPHA, newEndValue); in startAlphaAnimation()
485 child.setTag(TAG_END_ALPHA, null); in startAlphaAnimation()
512 child.setTag(TAG_END_ALPHA, newEndValue); in startAlphaAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java193 private static final int TAG_END_ALPHA = R.id.scrim_alpha_end; field in ScrimController
856 float previousEndValue = (Float) scrim.getTag(TAG_END_ALPHA); in setOrAdaptCurrentAnimation()
861 scrim.setTag(TAG_END_ALPHA, alpha); in setOrAdaptCurrentAnimation()
1290 scrim.setTag(TAG_END_ALPHA, getCurrentScrimAlpha(scrim)); in startScrimAnimation()