Searched refs:mDescriptiveTextWithControlsLayoutView (Results 1 – 1 of 1) sorted by relevance
74 private View mDescriptiveTextWithControlsLayoutView; field in HomeCardFragment339 if (mDescriptiveTextWithControlsLayoutView == null) { in getDescriptiveTextWithControlsLayoutView()341 mDescriptiveTextWithControlsLayoutView = stub.inflate(); in getDescriptiveTextWithControlsLayoutView()342 mDescriptiveTextWithControlsTitle = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()345 mDescriptiveTextWithControlsLayoutView.findViewById(R.id.secondary_text); in getDescriptiveTextWithControlsLayoutView()347 mDescriptiveTextWithControlsLayoutView.findViewById(R.id.optional_image); in getDescriptiveTextWithControlsLayoutView()348 mControlBarView = mDescriptiveTextWithControlsLayoutView.findViewById(R.id.button_trio); in getDescriptiveTextWithControlsLayoutView()349 mControlBarLeftButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()351 mControlBarCenterButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()353 mControlBarRightButton = mDescriptiveTextWithControlsLayoutView.findViewById( in getDescriptiveTextWithControlsLayoutView()[all …]