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