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 | 263 boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument 267 if (onStartedRunnable != null) { in performRemoveAnimation() 268 onStartedRunnable.run(); in performRemoveAnimation()
|
D | ActivatableNotificationView.java | 376 boolean isHeadsUpAnimation, boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument 384 delay, duration, onStartedRunnable, onFinishedRunnable, animationListener, in performRemoveAnimation() 387 if (onStartedRunnable != null) { in performRemoveAnimation() 388 onStartedRunnable.run(); in performRemoveAnimation() 410 long duration, final Runnable onStartedRunnable, final Runnable onFinishedRunnable, in startAppearAnimation() argument 489 if (onStartedRunnable != null) { in startAppearAnimation() 490 onStartedRunnable.run(); in startAppearAnimation()
|
D | ExpandableView.java | 496 boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument
|
D | ExpandableNotificationRow.java | 3714 boolean isHeadsUpAnimation, boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument 3724 if (onStartedRunnable != null) { in performRemoveAnimation() 3725 onStartedRunnable.run(); in performRemoveAnimation() 3741 isHeadsUpAnimation, isHeadsUpCycling, onStartedRunnable, onFinishedRunnable, in performRemoveAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | MediaContainerView.kt | 78 onStartedRunnable: Runnable?, in performRemoveAnimation()
|