Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java20 import static com.android.systemui.statusbar.phone.CentralSurfaces.CLOSE_PANEL_WHEN_EMPTIED;
198 if (CLOSE_PANEL_WHEN_EMPTIED in maybeClosePanelForShadeEmptied()
DCentralSurfaces.java84 static final boolean CLOSE_PANEL_WHEN_EMPTIED = true; field