Searched defs:pulse (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java81 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { method in class:DozeScrimController
92 // Begin pulse. Note that it's very important that the pulse finished callback
93 // be invoked when we're done so that the caller can drop the pulse wakelock.
246 // Signal that the pulse is ready to turn the screen on and draw.
276 // Signal that the pulse is all finished so we can turn the screen off now.
/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java43 public abstract void pulse(); method in class:Light
44 public abstract void pulse(int color, int onMS); method in class:Light
H A DLightsService.java76 public void pulse() { method in class:LightsService.LightImpl
77 pulse(0x00ffffff, 7);
81 public void pulse(int color, int onMS) { method in class:LightsService.LightImpl

Completed in 153 milliseconds