Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java249 void onNotificationPanelExpandedChanged(boolean expanded); in onNotificationPanelExpandedChanged() method
H A DBubbleController.java1007 private void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController
2444 public void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController
2446 () -> BubbleController.this.onNotificationPanelExpandedChanged(expanded)); in onNotificationPanelExpandedChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java246 mBubbles.onNotificationPanelExpandedChanged(panelExpanded); in BubblesManager()