Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickQSPanel.java169 protected QSEvent closePanelEvent() { in closePanelEvent() method in QuickQSPanel
H A DQSPanelControllerBase.java316 mUiEventLogger.log(mView.closePanelEvent()); in setExpanded()
H A DQSPanel.java513 protected QSEvent closePanelEvent() { in closePanelEvent() method in QSPanel
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelControllerBaseTest.java129 when(mQSPanel.closePanelEvent()).thenReturn(QSEvent.QS_PANEL_COLLAPSED); in setup()