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 | 745 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument 751 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation() 752 } else if (onFinishedRunnable != null) { in performRemoveAnimation() 753 onFinishedRunnable.run(); in performRemoveAnimation() 770 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument 824 if (onFinishedRunnable != null) { in startAppearAnimation() 825 onFinishedRunnable.run(); in startAppearAnimation()
|
D | StackScrollerDecorView.java | 195 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
D | ExpandableView.java | 329 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 2685 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, 2695 endLocation, onFinishedRunnable, animationListener); 2703 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);
|