Searched refs:mCloseGapAnimator (Results 1 – 1 of 1) sorted by relevance
54 private Animator mCloseGapAnimator; field in AttachmentPreview305 mCloseGapAnimator = ObjectAnimator.ofInt(this, "animatedHeight", getHeight(), 0); in startCloseGapAnimationOnAttachmentClear()306 mCloseGapAnimator.start(); in startCloseGapAnimationOnAttachmentClear()310 if (mCloseGapAnimator != null) { in cancelCloseGapAnimation()311 mCloseGapAnimator.cancel(); in cancelCloseGapAnimation()312 mCloseGapAnimator = null; in cancelCloseGapAnimation()