Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java415 List<View> entryViewList = mEntryViews.get(i); in getViewsToDisplay() local
419 separator = generateSeparator(entryViewList.get(0)); in getViewsToDisplay()
426 viewsToDisplay.add(entryViewList.get(0)); in getViewsToDisplay()
430 for (int j = 1; j < entryViewList.size() && numInViewGroup < mCollapsedEntriesCount in getViewsToDisplay()
432 viewsToDisplay.add(entryViewList.get(j)); in getViewsToDisplay()
506 List<View> entryViewList = mEntryViews.get(i); in inflateInitialEntries() local
508 entryViewList.add(createEntryView(layoutInflater, entryList.get(0), in inflateInitialEntries()
515 entryViewList.add(createEntryView(layoutInflater, entryList.get(j), in inflateInitialEntries()