Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java414 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument
419 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation()
420 } else if (onFinishedRunnable != null) { in performRemoveAnimation()
421 onFinishedRunnable.run(); in performRemoveAnimation()
437 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument
485 if (onFinishedRunnable != null) { in startAppearAnimation()
486 onFinishedRunnable.run(); in startAppearAnimation()
H A DStackScrollerDecorView.java228 Runnable onFinishedRunnable, in performRemoveAnimation() argument
H A DExpandableView.java355 Runnable onFinishedRunnable, in performRemoveAnimation() argument
H A DExpandableNotificationRow.java2720 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable,
2730 endLocation, onFinishedRunnable, animationListener);
2738 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DMediaHeaderView.java36 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, in performRemoveAnimation() argument