Searched refs:mSnippetTextView (Results 1 – 1 of 1) sorted by relevance
122 private TextView mSnippetTextView; field in ConversationListItemView147 mSnippetTextView = (TextView) findViewById(R.id.conversation_snippet); in onFinishInflate()161 mSnippetTextView.addOnLayoutChangeListener(this); in onFinishInflate()181 } else if (v == mSnippetTextView) { in onLayoutChange()249 mSnippetTextView.setText(getSnippetText()); in setSnippet()391 mSnippetTextView.setMaxLines(maxLines); in bind()392 mSnippetTextView.setTextColor(color); in bind()393 mSnippetTextView.setTypeface(typeface, typefaceStyle); in bind()