Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java573 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) { in updatePulsingStates()
617 && !row.showingPulsing()) { in updateHeadsUpStates()
705 && (child.isAboveShelf() || child.showingPulsing())) { in updateZValuesForState()
H A DNotificationRoundnessManager.java203 if (view.showingPulsing() && !mBypassController.getBypassEnabled()) { in getRoundness()
H A DNotificationSection.java270 if (firstView.showingPulsing()) { in updateBounds()
H A DNotificationStackScrollLayout.java4373 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) { in updateOwnTranslationZ()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java643 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry
644 return row != null && row.showingPulsing(); in showingPulsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java509 shouldClipOwnTop = view.showingPulsing();
676 || row.showingPulsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java397 || row.showingPulsing()) { in updateHeader()
H A DHeadsUpManagerPhone.java454 && !entry.showingPulsing()) { in setEntry()
H A DNotificationIconAreaController.java321 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java548 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
H A DNotificationMenuRow.java357 && !mParent.showingPulsing() in onTouchMove()
H A DExpandableNotificationRow.java733 public boolean showingPulsing() {