Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java326 a.addListener(new AnimateOpenListener(onAnimationEnd)); in animateOpen()
335 .setListener(new AnimateOpenListener(onAnimationEnd)) in animateOpen()
453 private static class AnimateOpenListener extends AnimatorListenerAdapter { class in NotificationGuts
456 private AnimateOpenListener(Runnable onAnimationEnd) { in AnimateOpenListener() method in NotificationGuts.AnimateOpenListener