Searched refs:mTextBlockLayoutView (Results 1 – 1 of 1) sorted by relevance
62 private View mTextBlockLayoutView; field in HomeCardFragment360 if (mTextBlockLayoutView == null) { in getTextBlockLayoutView()362 mTextBlockLayoutView = stub.inflate(); in getTextBlockLayoutView()363 mTextBlock = mTextBlockLayoutView.findViewById(R.id.text_block); in getTextBlockLayoutView()364 mTextBlockTapForMore = mTextBlockLayoutView.findViewById(R.id.tap_for_more_text); in getTextBlockLayoutView()366 return mTextBlockLayoutView; in getTextBlockLayoutView()