Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java85 private final TextView mPreviewTextView; field in ConversationFastScroller
150 mPreviewTextView = (TextView) inflator.inflate(R.layout.fastscroll_preview, null); in ConversationFastScroller()
158 mOverlay.add(mPreviewTextView); in ConversationFastScroller()
161 mPreviewTextView.setAlpha(0f); in ConversationFastScroller()
165 mPreviewTextView.setBackground( in refreshConversationThemeColor()
262 mPreviewTextView.setAlpha(1f); in showPreview()
266 mHidePreviewAnimation = ObjectAnimator.ofFloat(mPreviewTextView, View.ALPHA, 0f); in hidePreview()
326 mPreviewTextView.setText(timestampText); in updatePreviewText()
463 mPreviewTextView.measure(widthMeasureSpec, heightMeasureSpec); in layoutPreview()
466 if (mPreviewTextView.getMeasuredWidth() < mPreviewMinWidth) { in layoutPreview()
[all …]