Home
last modified time | relevance | path

Searched refs:showingPulsing (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java502 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {
532 && !row.showingPulsing()) {
669 } else if (i == 0 && (child.isAboveShelf() || child.showingPulsing())) {
DNotificationRoundnessManager.java144 if (view.showingPulsing() && !mBypassController.getBypassEnabled()) { in getRoundness()
DNotificationSection.java257 if (firstView.showingPulsing()) { in updateBounds()
DNotificationStackScrollLayout.java4807 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java584 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry
585 return row != null && row.showingPulsing(); in showingPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java501 shouldClipOwnTop = row.showingPulsing();
671 float contentTransformationAmount = !row.isAboveShelf() && !row.showingPulsing()
742 || row.showingPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java514 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
DNotificationMenuRow.java349 && !mParent.showingPulsing() in onTouchMove()
DExpandableNotificationRow.java629 if (showingPulsing()) { in isDimmable()
716 public boolean showingPulsing() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java436 || row.showingPulsing()) { in updateHeader()
DHeadsUpManagerPhone.java523 && !entry.showingPulsing()) { in setEntry()
DNotificationIconAreaController.java269 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()