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.java112 mCurrentInFrontTint = Color.BLACK; in prepare()
133 mCurrentInFrontTint = Color.BLACK; in prepare()
156 mCurrentInFrontTint = Color.BLACK; in prepare()
160 mCurrentInFrontTint = Color.TRANSPARENT; in prepare()
169 int mCurrentInFrontTint = Color.TRANSPARENT; field in ScrimState
212 return mCurrentInFrontTint; in getFrontTint()
DScrimController.java144 private int mCurrentInFrontTint; field in ScrimController
241 mCurrentInFrontTint = state.getFrontTint(); in transitionTo()
651 return mCurrentInFrontTint; in getCurrentScrimTint()
687 mCurrentInFrontTint = Color.TRANSPARENT; in onFinished()