Searched refs:getHeaderEntryCount (Results 1 – 1 of 1) sorted by relevance
40 private int getHeaderEntryCount() { in getHeaderEntryCount() method in HeaderEntryContactListAdapter54 return super.getCount() + getHeaderEntryCount(); in getCount()59 if (position == 0 && getHeaderEntryCount() > 0) { in getView()72 return super.getView(position - getHeaderEntryCount(), convertView, parent); in getView()77 return super.getItem(position - getHeaderEntryCount()); in getItem()82 return position < getHeaderEntryCount() || super in isEnabled()83 .isEnabled(position - getHeaderEntryCount()); in isEnabled()88 return super.getPartitionForPosition(position - getHeaderEntryCount()); in getPartitionForPosition()93 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()98 if (position == 0 && getHeaderEntryCount() > 0) { in getItemViewType()[all …]