Searched refs:onNotificationPanelExpandedChanged (Results 1 – 3 of 3) sorted by relevance
249 void onNotificationPanelExpandedChanged(boolean expanded); in onNotificationPanelExpandedChanged() method
1007 private void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController2444 public void onNotificationPanelExpandedChanged(boolean expanded) { in onNotificationPanelExpandedChanged() method in BubbleController2446 () -> BubbleController.this.onNotificationPanelExpandedChanged(expanded)); in onNotificationPanelExpandedChanged()
246 mBubbles.onNotificationPanelExpandedChanged(panelExpanded); in BubblesManager()