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.java502 entryViewList.add(createEntryView(layoutInflater, entryList.get(0), in inflateInitialEntries()
509 entryViewList.add(createEntryView(layoutInflater, entryList.get(j), in inflateInitialEntries()
540 viewList.add(createEntryView(layoutInflater, entry, iconVisibility)); in inflateAllEntries()
624 private View createEntryView(LayoutInflater layoutInflater, final Entry entry, in createEntryView() method in ExpandingEntryCardView