Searched refs:tapForMoreText (Results 1 – 1 of 1) sorted by relevance
187 CharSequence secondaryText, Drawable optionalImage, CharSequence tapForMoreText) { in updateDescriptiveTextOnlyView() argument194 mDescriptiveTextOnlyTapForMore.setText(tapForMoreText); in updateDescriptiveTextOnlyView()196 tapForMoreText == null ? View.GONE : View.VISIBLE); in updateDescriptiveTextOnlyView()227 protected final void updateTextBlock(CharSequence mainText, CharSequence tapForMoreText) { in updateTextBlock() argument230 mTextBlockTapForMore.setText(tapForMoreText); in updateTextBlock()231 mTextBlockTapForMore.setVisibility(tapForMoreText == null ? View.GONE : View.VISIBLE); in updateTextBlock()