Home
last modified time | relevance | path

Searched refs:onFinishedRunnable (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java359 boolean isHeadsUpAnimation, Runnable onStartedRunnable, Runnable onFinishedRunnable, in performRemoveAnimation() argument
365 delay, duration, onStartedRunnable, onFinishedRunnable, animationListener, in performRemoveAnimation()
371 if (onFinishedRunnable != null) { in performRemoveAnimation()
372 onFinishedRunnable.run(); in performRemoveAnimation()
390 long duration, final Runnable onStartedRunnable, final Runnable onFinishedRunnable, in startAppearAnimation() argument
455 if (onFinishedRunnable != null) { in startAppearAnimation()
456 onFinishedRunnable.run(); in startAppearAnimation()
DStackScrollerDecorView.java254 Runnable onFinishedRunnable, in performRemoveAnimation() argument
260 setContentVisible(false, true /* animate */, (cancelled) -> onFinishedRunnable.run()); in performRemoveAnimation()
DExpandableView.java382 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableNotificationRow.java3090 Runnable onFinishedRunnable,
3107 null, onFinishedRunnable, animationListener, ClipSide.BOTTOM);
3115 isHeadsUpAnimation, onStartedRunnable, onFinishedRunnable, animationListener,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt78 onFinishedRunnable: Runnable?, in performRemoveAnimation()