Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java724 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument
730 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation()
731 } else if (onFinishedRunnable != null) { in performRemoveAnimation()
732 onFinishedRunnable.run(); in performRemoveAnimation()
749 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument
803 if (onFinishedRunnable != null) { in startAppearAnimation()
804 onFinishedRunnable.run(); in startAppearAnimation()
DStackScrollerDecorView.java195 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableView.java313 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableNotificationRow.java2660 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable,
2670 endLocation, onFinishedRunnable, animationListener);
2678 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);