Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingGroup.java291 performRemoveAnimation(view, () -> { in removeMessage()
331 performRemoveAnimation(this, () -> { in removeGroupAnimated()
340 public void performRemoveAnimation(View message, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
341 performRemoveAnimation(message, -message.getHeight(), endAction); in performRemoveAnimation()
344 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
DMessagingMessage.java140 group.performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt256 .performRemoveAnimation( in startAnimationForEvents_startsHeadsUpDisappearAnim_flagOff()
287 .performRemoveAnimation( in startAnimationForEvents_startsHeadsUpDisappearAnim_flagOn()
317 .performRemoveAnimation( in startAnimationForEvents_startsHeadsUpDisappearAnim_physical()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt72 override fun performRemoveAnimation( in performRemoveAnimation() method
DStackStateAnimator.java525 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR,
644 long removeAnimationDelay = changingView.performRemoveAnimation(
728 long removeAnimationDelay = changingView.performRemoveAnimation(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java261 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
DExpandableView.java494 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
DActivatableNotificationView.java375 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in ActivatableNotificationView
DExpandableNotificationRow.java3713 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in ExpandableNotificationRow
3731 ExpandableNotificationRow.super.performRemoveAnimation(duration, delay, in performRemoveAnimation()
3740 return super.performRemoveAnimation(duration, delay, translationDirection, in performRemoveAnimation()