Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java111 final boolean showDot = shouldShowDot(); in updateLightsOutView()
112 if (showDot != isShowingDot()) { in updateLightsOutView()
113 if (showDot) { in updateLightsOutView()
119 .alpha(showDot ? 1 : 0) in updateLightsOutView()
120 .setDuration(showDot ? 750 : 250) in updateLightsOutView()
125 mLightsOutNotifView.setAlpha(showDot ? 1 : 0); in updateLightsOutView()
126 mLightsOutNotifView.setVisibility(showDot ? View.VISIBLE : View.GONE); in updateLightsOutView()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt42 private var showDot = false regex
123 showDot = show
149 override fun showDot(): Boolean {
150 return showDot
H A DBadgedImageView.java287 return mDotIsAnimating || (mBubble.showDot() && mDotSuppressionFlags.isEmpty()); in shouldDrawDot()
304 final boolean showDot = toScale > 0f; in animateDotScale()
314 fraction = showDot ? fraction : 1f - fraction; in animateDotScale()
317 setDotScale(showDot ? 1f : 0f); in animateDotScale()
H A DBubbleViewProvider.java51 boolean showDot(); in showDot() method
H A DBubble.java627 void setShowDot(boolean showDot) { in setShowDot() argument
628 mShowBubbleUpdateDot = showDot; in setShowDot()
639 public boolean showDot() { in showDot() method in Bubble
804 pw.print(" showDot: "); pw.println(showDot()); in dump()
H A DBubbleStackView.java1250 if (b.showDot()) { in updateOverflowButtonDot()
2497 mStackAnimationController.getStackPosition(), !bubble.showDot(), in animateInFlyoutForBubble()
2509 !bubble.showDot()); in animateInFlyoutForBubble()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java521 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()
532 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()
546 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
557 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
566 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
690 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onInitialNotif()
702 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onUpdateNotif()
712 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onUpdateNotif()
723 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testMarkNewNotificationAsShowInShade()
H A DBubblesTest.java577 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()
588 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testExpansionRemovesShowInShadeAndDot()
602 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
613 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
622 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
745 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onInitialNotif()
757 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onUpdateNotif()
767 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testSuppressNotif_onUpdateNotif()
792 assertTrue(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showDot()); in testMarkNewNotificationAsShowInShade()