Searched refs:performRemoveAnimation (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingGroup.java | 280 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 D | MessagingMessage.java | 127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | MediaHeaderView.java | 35 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in MediaHeaderView
|
H A D | StackStateAnimator.java | 390 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 D | StackScrollerDecorView.java | 226 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
|
H A D | ExpandableView.java | 353 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
|
H A D | ActivatableNotificationView.java | 412 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in ActivatableNotificationView
|
H A D | ExpandableNotificationRow.java | 2719 public long performRemoveAnimation(long duration, long delay, float translationDirection, 2728 ExpandableNotificationRow.super.performRemoveAnimation( 2737 return super.performRemoveAnimation(duration, delay, translationDirection,
|