Searched refs:isBubbleExpanded (Results 1 – 3 of 3) sorted by relevance
90 boolean isBubbleExpanded(String key); in isBubbleExpanded() method
1452 public synchronized boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl.CachedState1496 public boolean isBubbleExpanded(String key) { in isBubbleExpanded() method in BubbleController.BubblesImpl1497 return mCachedState.isBubbleExpanded(key); in isBubbleExpanded()
327 && mBubblesOptional.get().isBubbleExpanded(entry.getKey())) { in shouldShowNotificationIcon()