Home
last modified time | relevance | path

Searched refs:getSections (Results 1 – 13 of 13) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DIndexerListAdapter.java98 public Object[] getSections() { in getSections() method in IndexerListAdapter
102 return mIndexer.getSections(); in getSections()
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); in configurePinnedHeaders()
212 mPlacementCache.sectionHeader = (String)getSections()[section]; in getItemPlacementInSection()
DContactsSectionIndexer.java69 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DMtpAdapter.java168 int numSections = getSections().length; in getPositionForSection()
188 public Object[] getSections() { in getSections() method in MtpAdapter
/packages/apps/Settings/src/com/android/settings/
DUserDictionarySettings.java282 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter
283 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java337 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter
338 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
/packages/apps/Music/src/com/android/music/
DMusicPicker.java363 public Object[] getSections() { in getSections() method in MusicPicker.TrackListAdapter
365 return mIndexer.getSections(); in getSections()
DAlbumBrowserActivity.java657 public Object[] getSections() { in getSections() method in AlbumBrowserActivity.AlbumListAdapter
658 return mIndexer.getSections(); in getSections()
DArtistAlbumBrowserActivity.java847 public Object[] getSections() { in getSections() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
848 return mIndexer.getSections(); in getSections()
DTrackBrowserActivity.java1562 public Object[] getSections() {
1564 return mIndexer.getSections();
/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java151 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
DEmailAddressListAdapter.java160 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitiesActivity.java439 public Object[] getSections() { in getSections() method in CitiesActivity.CityAdapter
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAppList.java327 public Object[] getSections() { in getSections() method in NotificationAppList.NotificationAppAdapter