Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java276 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 DMessagingMessage.java135 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DMediaContainerView.kt72 override fun performRemoveAnimation(
H A DStackStateAnimator.java426 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 DStackScrollerDecorView.java237 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
H A DExpandableView.java382 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
H A DActivatableNotificationView.java363 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in ActivatableNotificationView
H A DExpandableNotificationRow.java2978 public long performRemoveAnimation(
2991 ExpandableNotificationRow.super.performRemoveAnimation(
3000 return super.performRemoveAnimation(duration, delay, translationDirection,