Home | History | Annotate | Download | only in list

Lines Matching defs:partitionIndex

148         int partitionIndex = getPartitionForPosition(position);
150 return item != null ? getContactUri(partitionIndex, item) : null;
153 public Uri getContactUri(int partitionIndex, Cursor cursor) {
157 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
171 public boolean isSelectedContact(int partitionIndex, Cursor cursor) {
172 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
216 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
217 if (!isPhotoSupported(partitionIndex)) {
258 int partitionIndex = -1;
263 partitionIndex = i;
267 if (partitionIndex == -1) {
271 cursor = getCursor(partitionIndex);
299 int position = getPositionForPartition(partitionIndex) + offset;
300 if (hasHeader(partitionIndex)) {
334 public void changeCursor(int partitionIndex, Cursor cursor) {
335 super.changeCursor(partitionIndex, cursor);