/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | IndexerListAdapter.java | 98 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()
|
D | ContactsSectionIndexer.java | 69 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
D | MtpAdapter.java | 168 int numSections = getSections().length; in getPositionForSection() 188 public Object[] getSections() { in getSections() method in MtpAdapter
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserDictionarySettings.java | 282 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/ |
D | UserDictionarySettings.java | 337 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/ |
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 | 1562 public Object[] getSections() { 1564 return mIndexer.getSections();
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 151 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
D | EmailAddressListAdapter.java | 160 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitiesActivity.java | 439 public Object[] getSections() { in getSections() method in CitiesActivity.CityAdapter
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationAppList.java | 327 public Object[] getSections() { in getSections() method in NotificationAppList.NotificationAppAdapter
|