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.java253 Runnable onStartedRunnable, in performRemoveAnimation() argument
257 if (onStartedRunnable != null) { in performRemoveAnimation()
258 onStartedRunnable.run(); in performRemoveAnimation()
DActivatableNotificationView.java359 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()
DExpandableView.java381 Runnable onStartedRunnable, in performRemoveAnimation() argument
DExpandableNotificationRow.java3089 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/
DMediaContainerView.kt77 onStartedRunnable: Runnable?, in performRemoveAnimation()