Home
last modified time | relevance | path

Searched refs:mEntriesViewGroup (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java265 private LinearLayout mEntriesViewGroup; field in ExpandingEntryCardView
299 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()