Searched refs:onStartedRunnable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 253 Runnable onStartedRunnable, in performRemoveAnimation() argument 257 if (onStartedRunnable != null) { in performRemoveAnimation() 258 onStartedRunnable.run(); in performRemoveAnimation()
|
D | ActivatableNotificationView.java | 359 boolean isHeadsUpAnimation, Runnable onStartedRunnable, Runnable onFinishedRunnable, in performRemoveAnimation() argument 365 delay, duration, onStartedRunnable, onFinishedRunnable, animationListener, in performRemoveAnimation() 368 if (onStartedRunnable != null) { in performRemoveAnimation() 369 onStartedRunnable.run(); in performRemoveAnimation() 390 long duration, final Runnable onStartedRunnable, final Runnable onFinishedRunnable, in startAppearAnimation() argument 474 if (onStartedRunnable != null) { in startAppearAnimation() 475 onStartedRunnable.run(); in startAppearAnimation()
|
D | ExpandableView.java | 381 Runnable onStartedRunnable, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 3089 Runnable onStartedRunnable, 3098 if (onStartedRunnable != null) { 3099 onStartedRunnable.run(); 3115 isHeadsUpAnimation, onStartedRunnable, onFinishedRunnable, animationListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | MediaContainerView.kt | 77 onStartedRunnable: Runnable?, in performRemoveAnimation()
|