Searched refs:showDot (Results 1 – 8 of 8) sorted by relevance
109 final boolean showDot = shouldShowDot(); in updateLightsOutView()110 if (showDot != isShowingDot()) { in updateLightsOutView()111 if (showDot) { in updateLightsOutView()117 .alpha(showDot ? 1 : 0) in updateLightsOutView()118 .setDuration(showDot ? 750 : 250) in updateLightsOutView()123 mLightsOutNotifView.setAlpha(showDot ? 1 : 0); in updateLightsOutView()124 mLightsOutNotifView.setVisibility(showDot ? View.VISIBLE : View.GONE); in updateLightsOutView()
242 return mDotIsAnimating || (mBubble.showDot() && mDotSuppressionFlags.isEmpty()); in shouldDrawDot()259 final boolean showDot = toScale > 0f; in animateDotScale()269 fraction = showDot ? fraction : 1f - fraction; in animateDotScale()272 setDotScale(showDot ? 1f : 0f); in animateDotScale()
45 boolean showDot(); in showDot() method
520 void setShowDot(boolean showDot) { in setShowDot() argument521 mShowBubbleUpdateDot = showDot; in setShowDot()532 public boolean showDot() { in showDot() method in Bubble695 pw.print(" showDot: "); pw.println(showDot()); in dump()
151 public boolean showDot() { in showDot() method in BubbleOverflow
2509 !bubble.showDot()); in animateInFlyoutForBubble()
434 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()445 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()460 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()471 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()481 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()572 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onInitialNotif()584 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onUpdateNotif()595 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onUpdateNotif()606 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testMarkNewNotificationAsShowInShade()
490 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()503 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()518 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()531 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()541 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()640 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onInitialNotif()654 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onUpdateNotif()665 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testSuppressNotif_onUpdateNotif()694 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showDot()); in testMarkNewNotificationAsShowInShade()