Searched refs:getHeaderEntryCount (Results 1 – 1 of 1) sorted by relevance
42 private int getHeaderEntryCount() { in getHeaderEntryCount() method in HeaderEntryContactListAdapter56 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 …]