Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java336 a.addListener(new AnimateOpenListener(onAnimationEnd)); in animateOpen()
345 .setListener(new AnimateOpenListener(onAnimationEnd)) in animateOpen()
463 private static class AnimateOpenListener extends AnimatorListenerAdapter { class in NotificationGuts
466 private AnimateOpenListener(Runnable onAnimationEnd) { in AnimateOpenListener() method in NotificationGuts.AnimateOpenListener