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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java163 private Runnable mLaunchAnimationEndRunnable; field in class:NotificationPanelView
1686 mLaunchAnimationEndRunnable = null;
1707 if (mLaunchAnimationEndRunnable != null) {
1708 mLaunchAnimationEndRunnable.run();
1709 mLaunchAnimationEndRunnable = null;
1880 mLaunchAnimationEndRunnable = r;

Completed in 42 milliseconds