Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java280 performRemoveAnimation(view, recycleRunnable); in removeMessage()
317 performRemoveAnimation(this, () -> { in removeGroupAnimated()
326 public void performRemoveAnimation(View message, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
327 performRemoveAnimation(message, -message.getHeight(), endAction); in performRemoveAnimation()
330 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
H A DMessagingMessage.java127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DMediaHeaderView.java35 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in MediaHeaderView
H A DStackStateAnimator.java390 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents()
457 long removeAnimationDelay = changingView.performRemoveAnimation( in processAnimationEvents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java226 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
H A DExpandableView.java353 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
H A DActivatableNotificationView.java412 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in ActivatableNotificationView
H A DExpandableNotificationRow.java2719 public long performRemoveAnimation(long duration, long delay, float translationDirection,
2728 ExpandableNotificationRow.super.performRemoveAnimation(
2737 return super.performRemoveAnimation(duration, delay, translationDirection,