Searched defs:getPulseVisibleDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java82 pw.print(" getPulseInVisibleDuration(): "); pw.println(getPulseVisibleDuration());
114 return getPulseInDuration() + getPulseVisibleDuration() + getPulseOutDuration();
126 public int getPulseVisibleDuration() { method in class:DozeParameters
238 return 2 * getPulseVisibleDuration();

Completed in 80 milliseconds