/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A 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()
|
H A D | ContactsSectionIndexer.java | 71 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
|
H A D | PostalAddressListAdapter.java | 149 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
H A D | EmailAddressListAdapter.java | 158 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
H A 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()
|
H A D | ContactSectionIndexer.java | 45 public Object[] getSections() { in getSections() method in ContactSectionIndexer
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
H A D | MtpAdapter.java | 168 int numSections = getSections().length; in getPositionForSection() 188 public Object[] getSections() { in getSections() method in MtpAdapter
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SectionIndexer.java | 45 Object[] getSections(); in getSections() method
|
H A D | AlphabetIndexer.java | 104 public Object[] getSections() { in getSections() method in AlphabetIndexer
|
H A D | FastScroller.java | 982 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer() 987 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
H A D | UserDictionarySettings.java | 347 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 348 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/ |
H A D | UserDictionarySettings.java | 298 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter 299 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
H A D | CitySelectionActivity.kt | 376 override fun getSections(): Array<String>? {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 54229 method public Object[] getSections(); 55941 method public Object[] getSections();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 36915 method public java.lang.Object[] getSections(); 38394 method public abstract java.lang.Object[] getSections();
|