Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java123 private float mNormalBackgroundVisibilityAmount; field in ActivatableNotificationView
274 alpha = (alpha + (1.0f - alpha) * mNormalBackgroundVisibilityAmount); in updateOutlineAlpha()
279 mNormalBackgroundVisibilityAmount = normalBackgroundVisibilityAmount; in setNormalBackgroundVisibilityAmount()