Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/scrim/
DScrimManager.java41 private ScrimController mCurrentController; field in ScrimManager
79 final ScrimController existingController = mCurrentController; in updateController()
80 mCurrentController = mKeyguardStateController.canDismissLockScreen() in updateController()
84 if (existingController == mCurrentController) { in updateController()
88 mCallbacks.forEach(callback -> callback.onScrimControllerChanged(mCurrentController)); in updateController()
110 return mCurrentController; in getCurrentController()