Home
last modified time | relevance | path

Searched refs:animatePulse (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1237 public void setPulsing(boolean pulsing, boolean animatePulse) { in setPulsing() argument
1238 mView.setPulsing(pulsing, animatePulse); in setPulsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java3576 animatePulse = in setPulsing()
3578 if (animatePulse) { in setPulsing()
3586 mNotificationStackScrollLayoutController.setPulsing(pulsing, animatePulse); in setPulsing()