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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3649 * @param beforeFading the runnable to be run when the circle is fully expanded and the fading
3653 public void fadeKeyguardAfterLaunchTransition(final Runnable beforeFading, argument
3661 if (beforeFading != null) {
3662 beforeFading.run();

Completed in 24 milliseconds