Searched refs:onFinishedRunnable (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 724 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()
|
D | StackScrollerDecorView.java | 195 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
D | ExpandableView.java | 313 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 2660 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, 2670 endLocation, onFinishedRunnable, animationListener); 2678 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);
|