Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactTileAdapter.java492 public void configureRow(ArrayList<ContactEntry> list, boolean isLastRow) { in configureRow() argument
499 addTileFromEntry(entry, columnCounter, isLastRow); in configureRow()
503 private void addTileFromEntry(ContactEntry entry, int childIndex, boolean isLastRow) {
539 isLastRow ? View.GONE : View.VISIBLE);