Searched refs:showDot (Results 1 – 2 of 2) sorted by relevance
172 boolean showDot = getEntry().showInShadeWhenBubble() && !mSuppressDot; in updateDotVisibility()175 animateDot(showDot, after); in updateDotVisibility()177 mBadgedImageView.setShowDot(showDot); in updateDotVisibility()184 private void animateDot(boolean showDot, Runnable after) { in animateDot() argument185 if (mBadgedImageView.isShowingDot() != showDot) { in animateDot()186 if (showDot) { in animateDot()195 fraction = showDot ? fraction : 1f - fraction; in animateDot()198 if (!showDot) { in animateDot()
1348 final boolean showDot = hasActiveNotifications() && !areLightsOn(); in updateAreThereNotifications()1349 if (showDot != (nlo.getAlpha() == 1.0f)) { in updateAreThereNotifications()1350 if (showDot) { in updateAreThereNotifications()1355 .alpha(showDot ? 1 : 0) in updateAreThereNotifications()1356 .setDuration(showDot ? 750 : 250) in updateAreThereNotifications()1358 .setListener(showDot ? null : new AnimatorListenerAdapter() { in updateAreThereNotifications()