Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java563 private boolean mIsIdleOnCommunal = false; field in CentralSurfacesImpl
565 if (idleOnCommunal == mIsIdleOnCommunal) {
570 mIsIdleOnCommunal = idleOnCommunal;
2824 } else if (mIsIdleOnCommunal) { in updateScrimController()