Home
last modified time | relevance | path

Searched refs:PulseCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java28 void pulseWhileDozing(@NonNull PulseCallback callback, int reason); in pulseWhileDozing()
40 public interface PulseCallback { interface
DDozeService.java258 mHost.pulseWhileDozing(new DozeHost.PulseCallback() { in continuePulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java48 private DozeHost.PulseCallback mPulseCallback;
85 public void pulse(@NonNull DozeHost.PulseCallback callback, int reason) { in pulse()
DPhoneStatusBar.java4081 public void pulseWhileDozing(@NonNull PulseCallback callback, int reason) { in pulseWhileDozing()
4109 private void handlePulseWhileDozing(@NonNull PulseCallback callback, int reason) { in handlePulseWhileDozing()
4133 handlePulseWhileDozing((PulseCallback) msg.obj, msg.arg1); in handleMessage()