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.java409 List<View> entryViewList = mEntryViews.get(i); in getViewsToDisplay() local
413 separator = generateSeparator(entryViewList.get(0)); in getViewsToDisplay()
420 viewsToDisplay.add(entryViewList.get(0)); in getViewsToDisplay()
424 for (int j = 1; j < entryViewList.size() && numInViewGroup < mCollapsedEntriesCount in getViewsToDisplay()
426 viewsToDisplay.add(entryViewList.get(j)); in getViewsToDisplay()
500 List<View> entryViewList = mEntryViews.get(i); in inflateInitialEntries() local
502 entryViewList.add(createEntryView(layoutInflater, entryList.get(0), in inflateInitialEntries()
509 entryViewList.add(createEntryView(layoutInflater, entryList.get(j), in inflateInitialEntries()