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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 147 int partitionIndex = getPartitionForPosition(position);
149 return item != null ? getContactUri(partitionIndex, item) : null;
152 public Uri getContactUri(int partitionIndex, Cursor cursor) {
156 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
170 public boolean isSelectedContact(int partitionIndex, Cursor cursor) {
171 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
215 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {
216 if (!isPhotoSupported(partitionIndex)) {
257 int partitionIndex = -1;
262 partitionIndex = i
    [all...]
  /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 52 milliseconds