Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java263 boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument
267 if (onStartedRunnable != null) { in performRemoveAnimation()
268 onStartedRunnable.run(); in performRemoveAnimation()
DActivatableNotificationView.java376 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()
DExpandableView.java496 boolean isHeadsUpCycling, Runnable onStartedRunnable, in performRemoveAnimation() argument
DExpandableNotificationRow.java3714 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/
DMediaContainerView.kt78 onStartedRunnable: Runnable?, in performRemoveAnimation()