Searched refs:onFinishedRunnable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 359 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()
|
D | StackScrollerDecorView.java | 254 Runnable onFinishedRunnable, in performRemoveAnimation() argument 260 setContentVisible(false, true /* animate */, (cancelled) -> onFinishedRunnable.run()); in performRemoveAnimation()
|
D | ExpandableView.java | 382 Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 3090 Runnable onFinishedRunnable, 3107 null, onFinishedRunnable, animationListener, ClipSide.BOTTOM); 3115 isHeadsUpAnimation, onStartedRunnable, onFinishedRunnable, animationListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | MediaContainerView.kt | 78 onFinishedRunnable: Runnable?, in performRemoveAnimation()
|