Home
last modified time | relevance | path

Searched refs:getSectionForPosition (Results 1 – 14 of 14) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DIndexerListAdapter.java120 public int getSectionForPosition(int position) { in getSectionForPosition() method in IndexerListAdapter
125 return mIndexer.getSectionForPosition(position); in getSectionForPosition()
169 section = getSectionForPosition(offset); in configurePinnedHeaders()
209 int section = getSectionForPosition(position); in getItemPlacementInSection()
DContactsSectionIndexer.java81 public int getSectionForPosition(int position) { in getSectionForPosition() method in ContactsSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DMtpAdapter.java121 if (position == getPositionForSection(getSectionForPosition(position))) { in getItemViewType()
176 public int getSectionForPosition(int position) { in getSectionForPosition() method in MtpAdapter
/packages/apps/Settings/src/com/android/settings/
DUserDictionarySettings.java277 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter
278 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java332 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter
333 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java149 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
DEmailAddressListAdapter.java158 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java147 mAdapter.getSectionForPosition(position) + 1);
/packages/apps/Music/src/com/android/music/
DMusicPicker.java359 public int getSectionForPosition(int position) { in getSectionForPosition() method in MusicPicker.TrackListAdapter
DAlbumBrowserActivity.java665 public int getSectionForPosition(int position) { in getSectionForPosition() method in AlbumBrowserActivity.AlbumListAdapter
DArtistAlbumBrowserActivity.java855 public int getSectionForPosition(int position) { in getSectionForPosition() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
DTrackBrowserActivity.java1577 public int getSectionForPosition(int position) {
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitiesActivity.java422 public int getSectionForPosition(int p) { in getSectionForPosition() method in CitiesActivity.CityAdapter
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppList.java345 public int getSectionForPosition(int position) { in getSectionForPosition() method in NotificationAppList.NotificationAppAdapter