Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageBubbleView.java44 private ViewGroup mBubbleBackground; field in ConversationMessageBubbleView
54 mBubbleBackground = (ViewGroup) findViewById(R.id.message_text_and_info); in onFinishInflate()
70 mBubbleBackground.getLayoutParams().width = mMorphedWidth; in onMeasure()
72 mBubbleBackground.getLayoutParams().width = LayoutParams.WRAP_CONTENT; in onMeasure()
74 mBubbleBackground.requestLayout(); in onMeasure()
118 mBubbleBackground.getLayoutParams().width = LayoutParams.WRAP_CONTENT; in kickOffMorphAnimation()
119 mBubbleBackground.requestLayout(); in kickOffMorphAnimation()