Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/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()
232 mPlacementCache.sectionHeader = (String)getSections()[section]; in getItemPlacementInSection()
DContactsSectionIndexer.java71 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
DPostalAddressListAdapter.java149 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
DEmailAddressListAdapter.java158 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java54 alphabetHeader = (String) mSectionIndexer.getSections()[section]; in bindView()
73 public Object[] getSections() { in getSections() method in ContactListAdapter
74 return mSectionIndexer.getSections(); in getSections()
DContactSectionIndexer.java45 public Object[] getSections() { in getSections() method in ContactSectionIndexer
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java347 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter
348 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionarySettings.java298 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter
299 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt376 override fun getSections(): Array<String>? { in getSections() method in com.android.deskclock.worldclock.CitySelectionActivity.CityAdapter