Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java371 a.addListener(new AnimateCloseListener(this /* view */, mGutsContent)); in animateClose()
379 .setListener(new AnimateCloseListener(this, /* view */mGutsContent)) in animateClose()
480 private class AnimateCloseListener extends AnimatorListenerAdapter { class in NotificationGuts
484 private AnimateCloseListener(View view, GutsContent gutsContent) { in AnimateCloseListener() method in NotificationGuts.AnimateCloseListener