Searched refs:performRemoveAnimation (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingGroup.java | 291 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
|
D | MessagingMessage.java | 140 group.performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimatorTest.kt | 256 .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/ |
D | MediaContainerView.kt | 72 override fun performRemoveAnimation( in performRemoveAnimation() method
|
D | StackStateAnimator.java | 525 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/ |
D | StackScrollerDecorView.java | 261 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
|
D | ExpandableView.java | 494 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
|
D | ActivatableNotificationView.java | 375 public long performRemoveAnimation(long duration, long delay, float translationDirection, in performRemoveAnimation() method in ActivatableNotificationView
|
D | ExpandableNotificationRow.java | 3713 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()
|