Home
last modified time | relevance | path

Searched refs:onFinishedRunnable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java768 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument
774 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation()
775 } else if (onFinishedRunnable != null) { in performRemoveAnimation()
776 onFinishedRunnable.run(); in performRemoveAnimation()
792 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument
846 if (onFinishedRunnable != null) { in startAppearAnimation()
847 onFinishedRunnable.run(); in startAppearAnimation()
DStackScrollerDecorView.java195 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableView.java316 Runnable onFinishedRunnable, in performRemoveAnimation() argument