Searched refs:mDescriptiveTextWithControlsLayoutView (Results 1 – 1 of 1) sorted by relevance
78 private View mDescriptiveTextWithControlsLayoutView; field in HomeCardFragment344 if (mDescriptiveTextWithControlsLayoutView == null) { in getDescriptiveTextWithControlsLayoutView()346 mDescriptiveTextWithControlsLayoutView = stub.inflate(); in getDescriptiveTextWithControlsLayoutView()347 mDescriptiveTextWithControlsTitle = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()350 mDescriptiveTextWithControlsLayoutView.findViewById(R.id.secondary_text); in getDescriptiveTextWithControlsLayoutView()352 mDescriptiveTextWithControlsLayoutView.findViewById(R.id.optional_image); in getDescriptiveTextWithControlsLayoutView()353 mControlBarView = mDescriptiveTextWithControlsLayoutView.findViewById(R.id.button_trio); in getDescriptiveTextWithControlsLayoutView()354 mControlBarLeftButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()356 mControlBarCenterButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()358 mControlBarRightButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()[all …]