Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java314 if (state.mForcePluginOpen) { in applyVisibility()
575 mCurrentState.mForcePluginOpen = forcePluginOpen; in setForcePluginOpen()
586 return mCurrentState.mForcePluginOpen; in getForcePluginOpen()
674 boolean mForcePluginOpen; field in NotificationShadeWindowController.State