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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java54 pw.print(" getPulseOutDuration(): "); pw.println(getPulseOutDuration());
81 return getPulseInDuration(pickup) + getPulseVisibleDuration() + getPulseOutDuration();
94 public int getPulseOutDuration() { method in class:DozeParameters

Completed in 50 milliseconds