Searched refs:mAnimatedHeight (Results 1 – 3 of 3) sorted by relevance
53 private int mAnimatedHeight = -1; field in AttachmentPreview110 if (mAnimatedHeight >= 0) { in onMeasure()111 setMeasuredDimension(getMeasuredWidth(), mAnimatedHeight); in onMeasure() local292 if (mAnimatedHeight != animatedHeight) { in setAnimatedHeight()293 mAnimatedHeight = animatedHeight; in setAnimatedHeight()314 mAnimatedHeight = -1; in cancelCloseGapAnimation()
53 private int mAnimatedHeight = -1; field in ConversationTipView127 if (mAnimatedHeight == -1) { in onMeasure()130 setMeasuredDimension(View.MeasureSpec.getSize(widthMeasureSpec), mAnimatedHeight); in onMeasure() local242 mAnimatedHeight = start; in startDestroyAnimation()266 mAnimatedHeight = height; in setAnimatedHeight()
56 private int mAnimatedHeight = -1; field in LeaveBehindItem274 if (mAnimatedHeight != -1) { in onMeasure()275 setMeasuredDimension(mWidth, mAnimatedHeight); in onMeasure()286 mAnimatedHeight = height; in setAnimatedHeight()