Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingGroup.java205 performRemoveAnimation(view, recycleRunnable); in removeMessage()
235 performRemoveAnimation(this, () -> { in removeGroupAnimated()
244 public void performRemoveAnimation(View message, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
245 performRemoveAnimation(message, -message.getHeight(), endAction); in performRemoveAnimation()
248 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
DMessagingMessage.java127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java193 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
DExpandableView.java311 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
DActivatableNotificationView.java722 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in ActivatableNotificationView
DExpandableNotificationRow.java2659 public long performRemoveAnimation(long duration, long delay, float translationDirection,
2668 ExpandableNotificationRow.super.performRemoveAnimation(
2677 return super.performRemoveAnimation(duration, delay, translationDirection,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java395 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents()
473 long removeAnimationDelay = changingView.performRemoveAnimation( in processAnimationEvents()