Searched refs:hasBubbles (Results 1 – 6 of 6) sorted by relevance
208 assertTrue(mBubbleController.hasBubbles()); in testAddBubble()215 assertFalse(mBubbleController.hasBubbles()); in testHasBubbles()217 assertTrue(mBubbleController.hasBubbles()); in testHasBubbles()224 assertTrue(mBubbleController.hasBubbles()); in testRemoveBubble()240 assertTrue(mBubbleController.hasBubbles()); in testRemoveBubble_withDismissedNotif()253 assertFalse(mBubbleController.hasBubbles()); in testRemoveBubble_withDismissedNotif()264 assertTrue(mBubbleController.hasBubbles()); in testDismissStack()282 assertTrue(mBubbleController.hasBubbles()); in testExpandCollapseStack()312 assertTrue(mBubbleController.hasBubbles()); in testCollapseAfterChangingExpandedBubble()350 assertTrue(mBubbleController.hasBubbles()); in testExpansionRemovesShowInShadeAndDot()[all …]
127 assertThat(mBubbleData.hasBubbles()).isFalse(); in setUp()462 assertThat(mBubbleData.hasBubbles()).isFalse(); in test_collapsed_expansion_whenEmpty_doesNothing()
63 mBubbleController.setBubbleStateChangeListener((hasBubbles) -> { in StatusBarTouchableRegionManager() argument82 || mBubbleController.hasBubbles() in updateTouchableRegion()
200 boolean hasBubbles = false; in updateSuppression()205 hasBubbles = true; in updateSuppression()214 && (hasIsolatedChildren(group) || hasBubbles))); in updateSuppression()
177 void onHasBubblesChanged(boolean hasBubbles); in onHasBubblesChanged() argument417 public boolean hasBubbles() { in hasBubbles() method in BubbleController421 return mBubbleData.hasBubbles(); in hasBubbles()806 if (mStatusBarStateListener.getCurrentState() == SHADE && hasBubbles()) { in updateStack()808 mStackView.setVisibility(hasBubbles() ? VISIBLE : INVISIBLE); in updateStack()815 boolean hasBubblesShowing = hasBubbles() && mStackView.getVisibility() == VISIBLE; in updateStack()
149 public boolean hasBubbles() { in hasBubbles() method in BubbleData