Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java56 mCurrentInFrontTint = Color.BLACK; in prepare()
105 mCurrentInFrontTint = Color.BLACK; in prepare()
132 mCurrentInFrontTint = Color.BLACK; in prepare()
170 mCurrentInFrontTint = Color.BLACK; in prepare()
174 mCurrentInFrontTint = Color.TRANSPARENT; in prepare()
187 mCurrentInFrontTint = Color.TRANSPARENT; in prepare()
197 int mCurrentInFrontTint = Color.TRANSPARENT; field in ScrimState
243 return mCurrentInFrontTint; in getFrontTint()
DScrimController.java160 private int mCurrentInFrontTint; field in ScrimController
262 mCurrentInFrontTint = state.getFrontTint(); in transitionTo()
518 mCurrentInFrontTint = Color.BLACK; in prepareForGentleWakeUp()
720 return mCurrentInFrontTint; in getCurrentScrimTint()
765 mCurrentInFrontTint = Color.TRANSPARENT; in onFinished()