Searched refs:showDot (Results 1 – 8 of 8) sorted by relevance
111 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()
42 private var showDot = false regex123 showDot = show149 override fun showDot(): Boolean {150 return showDot
287 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()
51 boolean showDot(); in showDot() method
627 void setShowDot(boolean showDot) { in setShowDot() argument628 mShowBubbleUpdateDot = showDot; in setShowDot()639 public boolean showDot() { in showDot() method in Bubble804 pw.print(" showDot: "); pw.println(showDot()); in dump()
1250 if (b.showDot()) { in updateOverflowButtonDot()2497 mStackAnimationController.getStackPosition(), !bubble.showDot(), in animateInFlyoutForBubble()2509 !bubble.showDot()); in animateInFlyoutForBubble()
521 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()
577 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()