Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java144 public boolean shouldRoundNotificationPulsing() { in shouldRoundNotificationPulsing() method in NotificationRoundnessManager
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.kt386 whenever(notificationRoundnessManager.shouldRoundNotificationPulsing()).thenReturn(true) in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
409 whenever(notificationRoundnessManager.shouldRoundNotificationPulsing()).thenReturn(true) in testPulsingRoundness_onHeadsUpStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java491 if (mNotificationRoundnessManager.shouldRoundNotificationPulsing()) { in updateHeadsUpAndPulsingRoundness()