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.java280 a.addListener(new AnimateOpenListener(onAnimationEnd)); in animateOpen()
289 .setListener(new AnimateOpenListener(onAnimationEnd)) in animateOpen()
407 private static class AnimateOpenListener extends AnimatorListenerAdapter { class in NotificationGuts
410 private AnimateOpenListener(Runnable onAnimationEnd) { in AnimateOpenListener() method in NotificationGuts.AnimateOpenListener