Searched refs:showingPulsing (Results 1 – 12 of 12) sorted by relevance
502 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {532 && !row.showingPulsing()) {669 } else if (i == 0 && (child.isAboveShelf() || child.showingPulsing())) {
144 if (view.showingPulsing() && !mBypassController.getBypassEnabled()) { in getRoundness()
257 if (firstView.showingPulsing()) { in updateBounds()
4807 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) {
584 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry585 return row != null && row.showingPulsing(); in showingPulsing()
501 shouldClipOwnTop = row.showingPulsing();671 float contentTransformationAmount = !row.isAboveShelf() && !row.showingPulsing()742 || row.showingPulsing()
514 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
349 && !mParent.showingPulsing() in onTouchMove()
629 if (showingPulsing()) { in isDimmable()716 public boolean showingPulsing() {
436 || row.showingPulsing()) { in updateHeader()
523 && !entry.showingPulsing()) { in setEntry()
269 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()