Searched refs:tapForMoreText (Results 1 – 1 of 1) sorted by relevance
247 CharSequence secondaryText, Drawable optionalImage, CharSequence tapForMoreText) { in updateDescriptiveTextOnlyView() argument254 mDescriptiveTextOnlyTapForMore.setText(tapForMoreText); in updateDescriptiveTextOnlyView()256 tapForMoreText == null ? View.GONE : View.VISIBLE); in updateDescriptiveTextOnlyView()296 protected final void updateTextBlock(CharSequence mainText, CharSequence tapForMoreText) { in updateTextBlock() argument299 mTextBlockTapForMore.setText(tapForMoreText); in updateTextBlock()300 mTextBlockTapForMore.setVisibility(tapForMoreText == null ? View.GONE : View.VISIBLE); in updateTextBlock()