Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java568 entryViewList.add(createEntryView(layoutInflater, entryList.get(0), in inflateInitialEntries()
574 entryViewList.add(createEntryView(layoutInflater, entryList.get(1), in inflateInitialEntries()
585 entryViewList.add(createEntryView(layoutInflater, entryList.get(j), in inflateInitialEntries()
616 viewList.add(createEntryView(layoutInflater, entry, iconVisibility)); in inflateAllEntries()
687 private View createEntryView(LayoutInflater layoutInflater, final Entry entry, in createEntryView() method in ExpandingEntryCardView