Searched refs:performRemoveAnimation (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingGroup.java | 276 performRemoveAnimation(view, () -> { in removeMessage() 316 performRemoveAnimation(this, () -> { in removeGroupAnimated() 325 public void performRemoveAnimation(View message, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup 326 performRemoveAnimation(message, -message.getHeight(), endAction); in performRemoveAnimation() 329 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
|
H A D | MessagingMessage.java | 135 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | MediaContainerView.kt | 72 override fun performRemoveAnimation(
|
H A D | StackStateAnimator.java | 426 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents() 498 long removeAnimationDelay = changingView.performRemoveAnimation( in processAnimationEvents()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | StackScrollerDecorView.java | 237 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
|
H A D | ExpandableView.java | 382 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
|
H A D | ActivatableNotificationView.java | 363 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in ActivatableNotificationView
|
H A D | ExpandableNotificationRow.java | 2978 public long performRemoveAnimation( 2991 ExpandableNotificationRow.super.performRemoveAnimation( 3000 return super.performRemoveAnimation(duration, delay, translationDirection,
|