Searched defs:getSectionForPosition (Results 1 - 11 of 11) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactsSectionIndexer.java81 public int getSectionForPosition(int position) { method in class:ContactsSectionIndexer
H A DIndexerListAdapter.java130 public int getSectionForPosition(int position) { method in class:IndexerListAdapter
135 return mIndexer.getSectionForPosition(position);
180 section = getSectionForPosition(offset);
219 int section = getSectionForPosition(position);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteMergedAdapter.java287 public int getSectionForPosition(int position) { method in class:PhoneFavoriteMergedAdapter
294 return mContactEntryListAdapter.getSectionForPosition(localPosition);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpAdapter.java114 if (position == getPositionForSection(getSectionForPosition(position))) {
168 public int getSectionForPosition(int position) { method in class:MtpAdapter
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitiesActivity.java191 public int getSectionForPosition(int p) { method in class:CitiesActivity.CityAdapter
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java280 public int getSectionForPosition(int position) { method in class:UserDictionarySettings.MyAdapter
281 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java325 public int getSectionForPosition(int position) { method in class:UserDictionarySettings.MyAdapter
326 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position);
/packages/apps/Music/src/com/android/music/
H A DAlbumBrowserActivity.java665 public int getSectionForPosition(int position) { method in class:AlbumBrowserActivity.AlbumListAdapter
H A DMusicPicker.java359 public int getSectionForPosition(int position) { method in class:MusicPicker.TrackListAdapter
H A DArtistAlbumBrowserActivity.java855 public int getSectionForPosition(int position) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
H A DTrackBrowserActivity.java1576 public int getSectionForPosition(int position) { method in class:TrackBrowserActivity.TrackListAdapter

Completed in 819 milliseconds