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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationTipView.java53 private int mAnimatedHeight = -1; field in class:ConversationTipView
127 if (mAnimatedHeight == -1) {
130 setMeasuredDimension(View.MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight);
242 mAnimatedHeight = start;
266 mAnimatedHeight = height;
H A DLeaveBehindItem.java56 private int mAnimatedHeight = -1; field in class:LeaveBehindItem
274 if (mAnimatedHeight != -1) {
275 setMeasuredDimension(mWidth, mAnimatedHeight);
286 mAnimatedHeight = height;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreview.java53 private int mAnimatedHeight = -1; field in class:AttachmentPreview
110 if (mAnimatedHeight >= 0) {
111 setMeasuredDimension(getMeasuredWidth(), mAnimatedHeight);
292 if (mAnimatedHeight != animatedHeight) {
293 mAnimatedHeight = animatedHeight;
314 mAnimatedHeight = -1;

Completed in 293 milliseconds