Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java249 private int mNotificationsTint; field in ScrimController
872 mNotificationsTint = mState.getNotifTint(); in applyState()
941 mNotificationsTint = behindTint; in applyState()
955 mNotificationsTint = mState.getNotifTint(); in applyState()
1314 return mNotificationsTint; in getCurrentScrimTint()
1372 mNotificationsTint = mState.getNotifTint(); in onFinished()
1375 updateScrimColor(mNotificationsScrim, mNotificationsAlpha, mNotificationsTint); in onFinished()