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.java532 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) {
575 && !row.showingPulsing()) {
717 || (i == 0 && (child.isAboveShelf() || child.showingPulsing()))) { in updateChildZValue()
DNotificationRoundnessManager.java143 if (view.showingPulsing() && !mBypassController.getBypassEnabled()) { in getRoundness()
DNotificationSection.java270 if (firstView.showingPulsing()) { in updateBounds()
DNotificationStackScrollLayout.java4981 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java653 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry
654 return row != null && row.showingPulsing(); in showingPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java499 shouldClipOwnTop = view.showingPulsing();
611 if (view.isAboveShelf() || view.showingPulsing()
831 || row.showingPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java564 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
DNotificationMenuRow.java346 && !mParent.showingPulsing() in onTouchMove()
DExpandableNotificationRow.java638 if (showingPulsing()) { in isDimmable()
722 public boolean showingPulsing() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java439 || row.showingPulsing()) { in updateHeader()
DHeadsUpManagerPhone.java440 && !entry.showingPulsing()) { in setEntry()
DNotificationIconAreaController.java293 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()