HomeSort by relevance Sort by last modified time
    Searched defs:partitionIndex (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 55 final int partitionIndex = getPartitionForPosition(position);
57 (DirectoryPartition) getPartition(partitionIndex);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 158 int partitionIndex = getPartitionForPosition(position);
160 return item != null ? getContactUri(partitionIndex, item) : null;
163 public Uri getContactUri(int partitionIndex, Cursor cursor) {
167 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
181 public boolean isSelectedContact(int partitionIndex, Cursor cursor) {
182 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
221 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
222 if (!isPhotoSupported(partitionIndex)) {
273 int partitionIndex = -1;
278 partitionIndex = i
    [all...]
PhoneNumberListAdapter.java 277 final int partitionIndex = getPartitionForPosition(position);
279 return item != null ? getDataUri(partitionIndex, item) : null;
282 public Uri getDataUri(int partitionIndex, Cursor cursor) {
284 ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
429 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
430 if (!isPhotoSupported(partitionIndex)) {
529 protected Uri getContactUri(int partitionIndex, Cursor cursor,
531 final DirectoryPartition directory = (DirectoryPartition) getPartition(partitionIndex);
534 return super.getContactUri(partitionIndex, cursor, contactIdColumn, lookUpKeyColumn);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 269 int partitionIndex = -1;
294 partitionIndex = i;
297 partitionIndex = i + 1;
303 return partitionIndex;

Completed in 188 milliseconds