Searched refs:pulse (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java38 public abstract void pulse(); method in class:Light
39 public abstract void pulse(int color, int onMS); method in class:Light
H A DLightsService.java73 public void pulse() { method in class:LightsService.LightImpl
74 pulse(0x00ffffff, 7);
78 public void pulse(int color, int onMS) { method in class:LightsService.LightImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java146 public void pulse(@NonNull DozeHost.PulseCallback callback) { method in class:ScrimController
157 // Begin pulse. Note that it's very important that the pulse finished callback
158 // be invoked when we're done so that the caller can drop the pulse wakelock.
340 // Signal that the pulse is ready to turn the screen on and draw.
373 // Signal that the pulse is all finished so we can turn the screen off now.
H A DPhoneStatusBar.java4141 mScrimController.pulse(callback);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java200 // for enabling and disabling notification pulse behavior
1987 mAttentionLight.pulse();
2589 // pulse repeatedly

Completed in 193 milliseconds