Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java211 private int mNotificationsTint; field in ScrimController
656 mNotificationsTint = mState.getNotifTint(); in applyState()
705 mNotificationsTint = behindTint; in applyState()
723 mNotificationsTint = mState.getNotifTint(); in applyState()
736 mNotificationsTint = ScrimState.KEYGUARD.getNotifTint(); in applyState()
1032 return mNotificationsTint; in getCurrentScrimTint()
1090 mNotificationsTint = mState.getNotifTint(); in onFinished()
1093 updateScrimColor(mNotificationsScrim, mNotificationsAlpha, mNotificationsTint); in onFinished()