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

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

Completed in 261 milliseconds