Searched refs:mCloseGapAnimator (Results 1 – 1 of 1) sorted by relevance
54 private Animator mCloseGapAnimator; field in AttachmentPreview317 mCloseGapAnimator = ObjectAnimator.ofInt(this, "animatedHeight", getHeight(), 0); in startCloseGapAnimationOnAttachmentClear()318 mCloseGapAnimator.start(); in startCloseGapAnimationOnAttachmentClear()322 if (mCloseGapAnimator != null) { in cancelCloseGapAnimation()323 mCloseGapAnimator.cancel(); in cancelCloseGapAnimation()324 mCloseGapAnimator = null; in cancelCloseGapAnimation()