Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java656 mNotificationsTint = mState.getNotifTint(); in applyState()
723 mNotificationsTint = mState.getNotifTint(); in applyState()
736 mNotificationsTint = ScrimState.KEYGUARD.getNotifTint(); in applyState()
766 behindTint = ColorUtils.blendARGB(ScrimState.BOUNCER.getNotifTint(), in calculateBackStateForState()
767 state.getNotifTint(), interpolatedFract); in calculateBackStateForState()
774 int stateTint = mClipsQsScrim ? ScrimState.SHADE_LOCKED.getNotifTint() in calculateBackStateForState()
1090 mNotificationsTint = mState.getNotifTint(); in onFinished()
H A DScrimState.java333 public int getNotifTint() { in getNotifTint() method in ScrimState