Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java745 Runnable onFinishedRunnable, AnimatorListenerAdapter animationListener) { in performRemoveAnimation() argument
751 delay, duration, onFinishedRunnable, animationListener); in performRemoveAnimation()
752 } else if (onFinishedRunnable != null) { in performRemoveAnimation()
753 onFinishedRunnable.run(); in performRemoveAnimation()
770 long duration, final Runnable onFinishedRunnable, in startAppearAnimation() argument
824 if (onFinishedRunnable != null) { in startAppearAnimation()
825 onFinishedRunnable.run(); in startAppearAnimation()
DStackScrollerDecorView.java195 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableView.java329 Runnable onFinishedRunnable, in performRemoveAnimation() argument
DExpandableNotificationRow.java2685 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable,
2695 endLocation, onFinishedRunnable, animationListener);
2703 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);