/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | IndexerListAdapter.java | 130 public int getSectionForPosition(int position) { in getSectionForPosition() method in IndexerListAdapter 135 return mIndexer.getSectionForPosition(position); in getSectionForPosition() 180 section = getSectionForPosition(offset); in configurePinnedHeaders() 219 int section = getSectionForPosition(position); in getItemPlacementInSection()
|
D | ContactsSectionIndexer.java | 81 public int getSectionForPosition(int position) { in getSectionForPosition() method in ContactsSectionIndexer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
D | MtpAdapter.java | 114 if (position == getPositionForSection(getSectionForPosition(position))) { in getItemViewType() 168 public int getSectionForPosition(int position) { in getSectionForPosition() method in MtpAdapter
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | PhoneFavoriteMergedAdapter.java | 287 public int getSectionForPosition(int position) { in getSectionForPosition() method in PhoneFavoriteMergedAdapter 294 return mContactEntryListAdapter.getSectionForPosition(localPosition); in getSectionForPosition()
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserDictionarySettings.java | 280 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter 281 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 325 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter 326 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 142 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
|
D | EmailAddressListAdapter.java | 152 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitiesActivity.java | 191 public int getSectionForPosition(int p) { in getSectionForPosition() method in CitiesActivity.CityAdapter
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestActivity.java | 128 mAdapter.getSectionForPosition(position) + 1);
|
/packages/apps/Music/src/com/android/music/ |
D | MusicPicker.java | 359 public int getSectionForPosition(int position) { in getSectionForPosition() method in MusicPicker.TrackListAdapter
|
D | AlbumBrowserActivity.java | 665 public int getSectionForPosition(int position) { in getSectionForPosition() method in AlbumBrowserActivity.AlbumListAdapter
|
D | ArtistAlbumBrowserActivity.java | 855 public int getSectionForPosition(int position) { in getSectionForPosition() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
|
D | TrackBrowserActivity.java | 1576 public int getSectionForPosition(int position) {
|