Home
last modified time | relevance | path

Searched refs:mAnimatedHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java53 private int mAnimatedHeight = -1; field in AttachmentPreview
112 if (mAnimatedHeight >= 0) { in onMeasure()
113 setMeasuredDimension(getMeasuredWidth(), mAnimatedHeight); in onMeasure() local
304 if (mAnimatedHeight != animatedHeight) { in setAnimatedHeight()
305 mAnimatedHeight = animatedHeight; in setAnimatedHeight()
326 mAnimatedHeight = -1; in cancelCloseGapAnimation()