Searched refs:mEntriesViewGroup (Results 1 – 1 of 1) sorted by relevance
265 private LinearLayout mEntriesViewGroup; field in ExpandingEntryCardView299 mEntriesViewGroup = (LinearLayout) in ExpandingEntryCardView()371 mEntriesViewGroup.removeAllViews(); in insertEntriesIntoViewGroup()374 mEntriesViewGroup.addView(view); in insertEntriesIntoViewGroup()909 if (!TextUtils.isEmpty(title) && mEntriesViewGroup.getChildCount() > 0) { in setTitle()910 View firstEntry = mEntriesViewGroup.getChildAt(0); in setTitle()916 } else if (!TextUtils.isEmpty(title) && mEntriesViewGroup.getChildCount() > 0) { in setTitle()917 View firstEntry = mEntriesViewGroup.getChildAt(0); in setTitle()