Searched refs:onFinishedRunnable (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 414 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument 419 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation() 420 } else if (onFinishedRunnable != null) { in performRemoveAnimation() 421 onFinishedRunnable.run(); in performRemoveAnimation() 437 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument 485 if (onFinishedRunnable != null) { in startAppearAnimation() 486 onFinishedRunnable.run(); in startAppearAnimation()
|
H A D | StackScrollerDecorView.java | 228 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
H A D | ExpandableView.java | 355 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
H A D | ExpandableNotificationRow.java | 2720 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, 2730 endLocation, onFinishedRunnable, animationListener); 2738 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | MediaHeaderView.java | 36 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, in performRemoveAnimation() argument
|