Searched defs:createEntryView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java546 entryViewList.add(createEntryView(layoutInflater, entryList.get(0),
552 entryViewList.add(createEntryView(layoutInflater, entryList.get(1),
563 entryViewList.add(createEntryView(layoutInflater, entryList.get(j),
594 viewList.add(createEntryView(layoutInflater, entry, iconVisibility));
665 private View createEntryView(LayoutInflater layoutInflater, final Entry entry, method in class:ExpandingEntryCardView

Completed in 34 milliseconds