Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java259 private int mNotificationsTint; field in ScrimController
980 mNotificationsTint = mState.getNotifTint(); in applyState()
1056 mNotificationsTint = behindTint; in applyState()
1077 mNotificationsTint = mState.getNotifTint(); in applyState()
1436 return mNotificationsTint; in getCurrentScrimTint()
1494 mNotificationsTint = mState.getNotifTint(); in onFinished()
1497 updateScrimColor(mNotificationsScrim, mNotificationsAlpha, mNotificationsTint); in onFinished()