Searched refs:performRemoveAnimation (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingGroup.java | 205 performRemoveAnimation(view, recycleRunnable); in removeMessage() 235 performRemoveAnimation(this, () -> { in removeGroupAnimated() 244 public void performRemoveAnimation(View message, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup 245 performRemoveAnimation(message, -message.getHeight(), endAction); in performRemoveAnimation() 248 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) { in performRemoveAnimation() method in MessagingGroup
|
D | MessagingMessage.java | 127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false)); in hideAnimated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 193 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in StackScrollerDecorView
|
D | ExpandableView.java | 311 public abstract long performRemoveAnimation(long duration, in performRemoveAnimation() method in ExpandableView
|
D | ActivatableNotificationView.java | 722 public long performRemoveAnimation(long duration, long delay, in performRemoveAnimation() method in ActivatableNotificationView
|
D | ExpandableNotificationRow.java | 2659 public long performRemoveAnimation(long duration, long delay, float translationDirection, 2668 ExpandableNotificationRow.super.performRemoveAnimation( 2677 return super.performRemoveAnimation(duration, delay, translationDirection,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 395 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents() 473 long removeAnimationDelay = changingView.performRemoveAnimation( in processAnimationEvents()
|