OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPulseVisibleDuration
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java
54
pw.print(" getPulseInVisibleDuration(): "); pw.println(
getPulseVisibleDuration
());
84
return getPulseInDuration(pickup) +
getPulseVisibleDuration
() + getPulseOutDuration();
93
public int
getPulseVisibleDuration
() {
DozeScrimController.java
255
mHandler.postDelayed(mPulseOut, mDozeParameters.
getPulseVisibleDuration
());
Completed in 44 milliseconds