OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPulseOutDuration
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java
55
pw.print("
getPulseOutDuration
(): "); pw.println(
getPulseOutDuration
());
84
return getPulseInDuration(pickup) + getPulseVisibleDuration() +
getPulseOutDuration
();
97
public int
getPulseOutDuration
() {
DozeScrimController.java
264
startScrimAnimation(true /* inFront */, 1f, mDozeParameters.
getPulseOutDuration
(),
Completed in 36 milliseconds