Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java67 private boolean mIsOccluded; field in OverlayViewGlobalStateController
112 if (mIsOccluded && !viewController.shouldShowWhenOccluded()) { in showView()
179 if (mIsOccluded && mViewsHiddenForOcclusion.contains(viewController)) { in hideView()
383 mIsOccluded = true; in setOccluded()
385 mIsOccluded = false; in setOccluded()
420 Log.d(TAG, "mIsOccluded: " + mIsOccluded); in debugLog()