Searched refs:mTextBlockLayoutView (Results 1 – 1 of 1) sorted by relevance
66 private View mTextBlockLayoutView; field in HomeCardFragment365 if (mTextBlockLayoutView == null) { in getTextBlockLayoutView()367 mTextBlockLayoutView = stub.inflate(); in getTextBlockLayoutView()368 mTextBlock = mTextBlockLayoutView.findViewById(R.id.text_block); in getTextBlockLayoutView()369 mTextBlockTapForMore = mTextBlockLayoutView.findViewById(R.id.tap_for_more_text); in getTextBlockLayoutView()371 return mTextBlockLayoutView; in getTextBlockLayoutView()