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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java193 private Runnable mLaunchAnimationEndRunnable; field in class:NotificationPanelView
1925 mLaunchAnimationEndRunnable = null;
1972 if (mLaunchAnimationEndRunnable != null) {
1973 mLaunchAnimationEndRunnable.run();
1974 mLaunchAnimationEndRunnable = null;
2171 mLaunchAnimationEndRunnable = r;

Completed in 32 milliseconds