Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java94 private boolean mPanelVisible; field in OverlayPanelViewController
361 mPanelVisible = visible; in setPanelVisible()
367 return mPanelVisible; in isPanelVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java329 || state.mPanelVisible || state.mKeyguardFadingAway || state.mBouncerShowing in isExpanded()
462 mCurrentState.mPanelVisible = visible; in setPanelVisible()
651 boolean mPanelVisible; field in NotificationShadeWindowController.State