/packages/apps/Contacts/src/com/android/contacts/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() 232 mPlacementCache.sectionHeader = (String)getSections()[section]; in getItemPlacementInSection()
|
D | ContactsSectionIndexer.java | 71 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
|
D | PostalAddressListAdapter.java | 149 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
D | EmailAddressListAdapter.java | 158 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactListAdapter.java | 54 alphabetHeader = (String) mSectionIndexer.getSections()[section]; in bindView() 73 public Object[] getSections() { in getSections() method in ContactListAdapter 74 return mSectionIndexer.getSections(); in getSections()
|
D | ContactSectionIndexer.java | 45 public Object[] getSections() { in getSections() method in ContactSectionIndexer
|
/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/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitySelectionActivity.java | 424 public Object[] getSections() { in getSections() method in CitySelectionActivity.CityAdapter 465 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex]; in getPositionForSection() 470 if (getSections().length == 0) { in getSectionForPosition()
|
D | CitySelectionActivity.kt | 377 override fun getSections(): Array<String>? { in getSections() method in com.android.deskclock.worldclock.CitySelectionActivity.CityAdapter
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 347 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 348 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | UserDictionarySettings.java | 297 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 298 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionarySettings.java | 297 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 298 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|