Searched refs:onNotificationPanelExpandedChanged (Results 1 – 3 of 3) sorted by relevance
250 void onNotificationPanelExpandedChanged(boolean expanded); in onNotificationPanelExpandedChanged() method
1145 private void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController2769 public void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController2771 () -> BubbleController.this.onNotificationPanelExpandedChanged(expanded)); in onNotificationPanelExpandedChanged()
267 mBubbles.onNotificationPanelExpandedChanged(panelExpanded); in BubblesManager()