Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java810 if (!row.showingPulsing() || (i == 0 && ambientState.isPulseExpanding())) { in updatePulsingStates()
867 childState.headsUpIsVisible, row.showingPulsing(), in updateHeadsUpStates()
962 boolean showingPulsing, boolean isOnKeyguard, boolean headsUpOnKeyguard) { in shouldHunBeVisibleWhenScrolled() argument
964 && !showingPulsing in shouldHunBeVisibleWhenScrolled()
1050 && (child.isAboveShelf() || child.showingPulsing())) { in updateZValuesForState()
DNotificationStackScrollLayout.java4532 if (firstChildNotGone != null && firstChildNotGone.showingPulsing()) { in updateOwnTranslationZ()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java429 || row.showingPulsing()) { in updateHeader()
450 if (row.showingPulsing()) { in updateHeadsUpAndPulsingRoundness()
DHeadsUpManagerPhone.java572 && !entry.showingPulsing()) { in createRemoveRunnable()
DLegacyNotificationIconAreaControllerImpl.java286 if (hidePulsing && entry.showingPulsing() in shouldShowNotificationIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt132 isPulsing = showingPulsing(), in buildActiveNotificationsStore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java680 public boolean showingPulsing() { in showingPulsing() method in NotificationEntry
681 return row != null && row.showingPulsing(); in showingPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt195 val isDraggingNotificationOrCanBypass = mStartingChild?.showingPulsing() == true || in <lambda>()
DNotificationShelf.java684 shouldClipOwnTop = view.showingPulsing();
870 || row.showingPulsing() in setIconTransformationAmount()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt1002 whenever(pulsingNotificationView.showingPulsing()).thenReturn(false) in <lambda>()
1188 whenever(this.showingPulsing()).thenReturn(true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java643 public boolean showingPulsing() { in showingPulsing() method in ExpandableView
DNotificationMenuRow.java345 && !mParent.showingPulsing() in onTouchMove()
DExpandableNotificationRow.java796 public boolean showingPulsing() {