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
110 if (mAnimatedHeight >= 0) { in onMeasure()
111 setMeasuredDimension(getMeasuredWidth(), mAnimatedHeight); in onMeasure() local
292 if (mAnimatedHeight != animatedHeight) { in setAnimatedHeight()
293 mAnimatedHeight = animatedHeight; in setAnimatedHeight()
314 mAnimatedHeight = -1; in cancelCloseGapAnimation()