Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java42 private int getHeaderEntryCount() { in getHeaderEntryCount() method in HeaderEntryContactListAdapter
56 return super.getCount() + getHeaderEntryCount(); in getCount()
61 if (position == 0 && getHeaderEntryCount() > 0) { in getView()
75 return super.getView(position - getHeaderEntryCount(), convertView, parent); in getView()
80 return super.getItem(position - getHeaderEntryCount()); in getItem()
85 return position < getHeaderEntryCount() || super in isEnabled()
86 .isEnabled(position - getHeaderEntryCount()); in isEnabled()
91 return super.getPartitionForPosition(position - getHeaderEntryCount()); in getPartitionForPosition()
96 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()
101 if (position == 0 && getHeaderEntryCount() > 0) { in getItemViewType()
[all …]