Home
last modified time | relevance | path

Searched refs:showDot (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java109 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBadgedImageView.java242 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()
DBubbleViewProvider.java45 boolean showDot(); in showDot() method
DBubble.java520 void setShowDot(boolean showDot) { in setShowDot() argument
521 mShowBubbleUpdateDot = showDot; in setShowDot()
532 public boolean showDot() { in showDot() method in Bubble
695 pw.print(" showDot: "); pw.println(showDot()); in dump()
DBubbleOverflow.java151 public boolean showDot() { in showDot() method in BubbleOverflow
DBubbleStackView.java2509 !bubble.showDot()); in animateInFlyoutForBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java434 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()
DBubbleControllerTest.java490 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()