HomeSort by relevance Sort by last modified time
    Searched refs:performRemoveAnimation (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
MessagingMessage.java 127 getGroup().performRemoveAnimation(getView(), () -> setIsHidingAnimated(false));
MessagingGroup.java 205 performRemoveAnimation(view, recycleRunnable);
235 performRemoveAnimation(this, () -> {
244 public void performRemoveAnimation(View message, Runnable endAction) {
245 performRemoveAnimation(message, -message.getHeight(), endAction);
248 private void performRemoveAnimation(View view, int disappearTranslation, Runnable endAction) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StackScrollerDecorView.java 193 public void performRemoveAnimation(long duration, long delay,
ExpandableView.java 314 public abstract void performRemoveAnimation(long duration,
ActivatableNotificationView.java 766 public void performRemoveAnimation(long duration, long delay,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 412 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR,
503 changingView.performRemoveAnimation(ANIMATION_DURATION_HEADS_UP_DISAPPEAR

Completed in 271 milliseconds