HomeSort by relevance Sort by last modified time
    Searched refs:mAnimatedHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationTipView.java 53 private int mAnimatedHeight = -1;
127 if (mAnimatedHeight == -1) {
130 setMeasuredDimension(View.MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight);
242 mAnimatedHeight = start;
266 mAnimatedHeight = height;
LeaveBehindItem.java 56 private int mAnimatedHeight = -1;
274 if (mAnimatedHeight != -1) {
275 setMeasuredDimension(mWidth, mAnimatedHeight);
286 mAnimatedHeight = height;

Completed in 96 milliseconds