/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | IndexerListAdapter.java | 108 public Object[] getSections() { in getSections() method in IndexerListAdapter 112 return mIndexer.getSections(); in getSections() 187 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); in configurePinnedHeaders() 222 mPlacementCache.sectionHeader = (String)getSections()[section]; in getItemPlacementInSection()
|
D | ContactsSectionIndexer.java | 69 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
D | MtpAdapter.java | 160 int numSections = getSections().length; in getPositionForSection() 180 public Object[] getSections() { in getSections() method in MtpAdapter
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | PhoneFavoriteMergedAdapter.java | 299 public Object[] getSections() { in getSections() method in PhoneFavoriteMergedAdapter 300 return mContactEntryListAdapter.getSections(); in getSections()
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserDictionarySettings.java | 284 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 285 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 330 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 331 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/packages/apps/Music/src/com/android/music/ |
D | MusicPicker.java | 363 public Object[] getSections() { in getSections() method in MusicPicker.TrackListAdapter 365 return mIndexer.getSections(); in getSections()
|
D | AlbumBrowserActivity.java | 657 public Object[] getSections() { in getSections() method in AlbumBrowserActivity.AlbumListAdapter 658 return mIndexer.getSections(); in getSections()
|
D | ArtistAlbumBrowserActivity.java | 847 public Object[] getSections() { in getSections() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter 848 return mIndexer.getSections(); in getSections()
|
D | TrackBrowserActivity.java | 1561 public Object[] getSections() { 1563 return mIndexer.getSections();
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 144 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
D | EmailAddressListAdapter.java | 154 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitiesActivity.java | 207 public Object[] getSections() { in getSections() method in CitiesActivity.CityAdapter
|