Searched refs:isBubbleExpanded (Results 1 – 3 of 3) sorted by relevance
91 boolean isBubbleExpanded(String key); in isBubbleExpanded() method
1748 public synchronized boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl.CachedState1792 public boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl1793 return mCachedState.isBubbleExpanded(key); in isBubbleExpanded()
294 && mBubblesOptional.get().isBubbleExpanded(entry.getKey())) { in shouldShowNotificationIcon()