Home
last modified time | relevance | path

Searched defs:onPanelStateChanged (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/panelstate/
H A DPanelStateListener.kt22 fun onPanelStateChanged(@PanelState state: Int) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java4732 private void onPanelStateChanged(@PanelState int state) { in onPanelStateChanged() method in NotificationPanelViewController