Searched refs:mTextBlockTapForMore (Results 1 – 1 of 1) sorted by relevance
64 private TextView mTextBlockTapForMore; field in HomeCardFragment230 mTextBlockTapForMore.setText(tapForMoreText); in updateTextBlock()231 mTextBlockTapForMore.setVisibility(tapForMoreText == null ? View.GONE : View.VISIBLE); in updateTextBlock()300 mTextBlockTapForMore = mTextBlockLayoutView.findViewById(R.id.tap_for_more_text); in getTextBlockLayoutView()