Home
last modified time | relevance | path

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 DActivatableNotificationView.java364 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 DStackScrollerDecorView.java239 Runnable onFinishedRunnable, in performRemoveAnimation() argument
242 setContentVisible(false, true /* animate */, (cancelled) -> onFinishedRunnable.run()); in performRemoveAnimation()
H A DExpandableView.java384 Runnable onFinishedRunnable, in performRemoveAnimation() argument
H A DExpandableNotificationRow.java2983 Runnable onFinishedRunnable,
2993 onFinishedRunnable, animationListener);
3001 isHeadsUpAnimation, onFinishedRunnable, animationListener);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DMediaContainerView.kt77 onFinishedRunnable: Runnable?,