Home
last modified time | relevance | path

Searched refs:shouldRoundNotificationPulsing (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java230 when(mNotificationRoundnessManager.shouldRoundNotificationPulsing()).thenReturn(true); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
262 when(mNotificationRoundnessManager.shouldRoundNotificationPulsing()).thenReturn(true); in testPulsingRoundness_onHeadsUpStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java121 public boolean shouldRoundNotificationPulsing() { in shouldRoundNotificationPulsing() method in NotificationRoundnessManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java418 if (mNotificationRoundnessManager.shouldRoundNotificationPulsing()) { in updateHeadsUpAndPulsingRoundness()