Searched defs:partitionIndex (Results  1 – 5 of 5) sorted by relevance
| /packages/apps/Contacts/src/com/android/contacts/list/ | 
| D | ContactListAdapter.java | 164         int partitionIndex = getPartitionForPosition(position);  in getContactUri()  local169     public Uri getContactUri(int partitionIndex, Cursor cursor) {  in getContactUri()
 204     public boolean isSelectedContact(int partitionIndex, Cursor cursor) {  in isSelectedContact()
 244     protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {  in bindPhoto()
 296         int partitionIndex = -1;  in getSelectedContactPosition()  local
 372     public void changeCursor(int partitionIndex, Cursor cursor) {  in changeCursor()
 
 | 
| D | JoinContactListAdapter.java | 161     protected void bindHeaderView(View view, int partitionIndex, Cursor cursor) {  in bindHeaderView()202     public Uri getContactUri(int partitionIndex, Cursor cursor) {  in getContactUri()
 
 | 
| D | ContactEntryListAdapter.java | 459     public void changeCursor(int partitionIndex, Cursor cursor) {  in changeCursor()536     public int getItemViewType(int partitionIndex, int position) {  in getItemViewType()
 630     protected void bindHeaderView(View view, int partitionIndex, Cursor cursor) {  in bindHeaderView()
 677     public boolean isPhotoSupported(int partitionIndex) {  in isPhotoSupported()
 706     protected void bindQuickContact(final ContactListItemView view, int partitionIndex,  in bindQuickContact()
 757     protected Uri getContactUri(int partitionIndex, Cursor cursor,  in getContactUri()
 
 | 
| D | PhoneNumberListAdapter.java | 338         final int partitionIndex = getPartitionForPosition(position);  in getDataUri()  local343     public Uri getDataUri(int partitionIndex, Cursor cursor) {  in getDataUri()
 533     protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) {  in bindPhoto()
 634     protected Uri getContactUri(int partitionIndex, Cursor cursor,  in getContactUri()
 
 | 
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ | 
| D | TimeClustering.java | 269         int partitionIndex = -1;  in getPartitionIndexForCurrentCluster()  local
 |