Home
last modified time | relevance | path

Searched refs:setBubblesShowing (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java574 public void setBubblesShowing(boolean bubblesShowing) { in setBubblesShowing() method in StatusBarWindowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java816 mStatusBarWindowController.setBubblesShowing(hasBubblesShowing); in updateStack()