Home | History | Annotate | Download | only in list

Lines Matching defs:partition

375             Context context, int partition, Cursor cursor, int position, ViewGroup parent) {
376 ContactListItemView view = super.newView(context, partition, cursor, position, parent);
408 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
409 super.bindView(itemView, partition, cursor, position);
448 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
453 bindPhoto(view, partition, cursor);
462 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition);
522 protected void bindWorkProfileIcon(final ContactListItemView view, int partition) {
523 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition);
608 final DirectoryPartition partition = (DirectoryPartition) getPartition(i);
609 final long id = partition.getDirectoryId();