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()
158 mCurrentInFrontTint = Color.BLACK; in prepare()
162 mCurrentInFrontTint = Color.TRANSPARENT; in prepare()
175 mCurrentInFrontTint = Color.TRANSPARENT; in prepare()
185 int mCurrentInFrontTint = Color.TRANSPARENT; field in ScrimState
229 return mCurrentInFrontTint; in getFrontTint()
DScrimController.java157 private int mCurrentInFrontTint; field in ScrimController
252 mCurrentInFrontTint = state.getFrontTint(); in transitionTo()
678 return mCurrentInFrontTint; in getCurrentScrimTint()
723 mCurrentInFrontTint = Color.TRANSPARENT; in onFinished()