Searched refs:expandingEntryCardView (Results 1 – 1 of 1) sorted by relevance
298 View expandingEntryCardView = inflater.inflate(R.layout.expanding_entry_card_view, this); in ExpandingEntryCardView() local300 expandingEntryCardView.findViewById(R.id.content_area_linear_layout); in ExpandingEntryCardView()301 mTitleTextView = (TextView) expandingEntryCardView.findViewById(R.id.title); in ExpandingEntryCardView()302 mContainer = (LinearLayout) expandingEntryCardView.findViewById(R.id.container); in ExpandingEntryCardView()