Searched refs:getSections (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
73 public Object[] getSections() { method in class:ContactListAdapter
74 return mSectionIndexer.getSections();
H A DContactSectionIndexer.java45 public Object[] getSections() { method in class:ContactSectionIndexer
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DIndexerListAdapter.java98 public Object[] getSections() { method in class:IndexerListAdapter
102 return mIndexer.getSections();
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]);
212 mPlacementCache.sectionHeader = (String)getSections()[section];
H A DContactsSectionIndexer.java69 public Object[] getSections() { method in class:ContactsSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpAdapter.java168 int numSections = getSections().length;
188 public Object[] getSections() { method in class:MtpAdapter
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitySelectionActivity.java380 public Object[] getSections() { method in class:CitySelectionActivity.CityAdapter
418 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex];
423 if (getSections().length == 0) {
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java277 public Object[] getSections() { method in class:UserDictionarySettings.MyAdapter
278 return null == mIndexer ? null : mIndexer.getSections();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java347 public Object[] getSections() { method in class:UserDictionarySettings.MyAdapter
348 return null == mIndexer ? null : mIndexer.getSections();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java160 String title = (String)getSections()[section];
H A DPostalAddressListAdapter.java151 String title = (String)getSections()[section];
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java363 public Object[] getSections() { method in class:MusicPicker.TrackListAdapter
365 return mIndexer.getSections();
H A DAlbumBrowserActivity.java657 public Object[] getSections() { method in class:AlbumBrowserActivity.AlbumListAdapter
658 return mIndexer.getSections();
H A DArtistAlbumBrowserActivity.java847 public Object[] getSections() { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
848 return mIndexer.getSections();
H A DTrackBrowserActivity.java1562 public Object[] getSections() { method in class:TrackBrowserActivity.TrackListAdapter
1564 return mIndexer.getSections();
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java246 public List<SectionInfo> getSections() { method in class:AlphabeticalAppsList
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java1211 public Object[] getSections() { method in class:ManageApplications.ApplicationsAdapter

Completed in 9776 milliseconds