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.java315 a.addListener(new AnimateCloseListener(this /* view */, mGutsContent)); in animateClose()
323 .setListener(new AnimateCloseListener(this, /* view */mGutsContent)) in animateClose()
424 private class AnimateCloseListener extends AnimatorListenerAdapter { class in NotificationGuts
428 private AnimateCloseListener(View view, GutsContent gutsContent) { in AnimateCloseListener() method in NotificationGuts.AnimateCloseListener