Searched refs:onFinishedRunnable (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 364 boolean isHeadsUpAnimation, Runnable onFinishedRunnable, in performRemoveAnimation() argument 370 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation() 371 } else if (onFinishedRunnable != null) { in performRemoveAnimation() 372 onFinishedRunnable.run(); in performRemoveAnimation() 389 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument 434 if (onFinishedRunnable != null) { in startAppearAnimation() 435 onFinishedRunnable.run(); in startAppearAnimation()
|
H A D | StackScrollerDecorView.java | 239 Runnable onFinishedRunnable, in performRemoveAnimation() argument 242 setContentVisible(false, true /* animate */, (cancelled) -> onFinishedRunnable.run()); in performRemoveAnimation()
|
H A D | ExpandableView.java | 384 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
H A D | ExpandableNotificationRow.java | 2983 Runnable onFinishedRunnable, 2993 onFinishedRunnable, animationListener); 3001 isHeadsUpAnimation, onFinishedRunnable, animationListener);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | MediaContainerView.kt | 77 onFinishedRunnable: Runnable?,
|