Searched refs:getSections (Results 1 – 10 of 10) sorted by relevance
98 public Object[] getSections() { in getSections() method in IndexerListAdapter102 return mIndexer.getSections(); in getSections()181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); in configurePinnedHeaders()232 mPlacementCache.sectionHeader = (String)getSections()[section]; in getItemPlacementInSection()
71 public Object[] getSections() { in getSections() method in ContactsSectionIndexer
149 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
158 String title = (String)getSections()[section]; in bindSectionHeaderAndDivider()
54 alphabetHeader = (String) mSectionIndexer.getSections()[section]; in bindView()73 public Object[] getSections() { in getSections() method in ContactListAdapter74 return mSectionIndexer.getSections(); in getSections()
45 public Object[] getSections() { in getSections() method in ContactSectionIndexer
168 int numSections = getSections().length; in getPositionForSection()188 public Object[] getSections() { in getSections() method in MtpAdapter
347 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter348 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
298 public Object[] getSections() { in getSections() method in UserDictionarySettings.MyAdapter299 return null == mIndexer ? null : mIndexer.getSections(); in getSections()
376 override fun getSections(): Array<String>? { in getSections() method in com.android.deskclock.worldclock.CitySelectionActivity.CityAdapter