Home
last modified time | relevance | path

Searched refs:getSectionForPosition (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java120 public int getSectionForPosition(int position) { in getSectionForPosition() method in IndexerListAdapter
125 return mIndexer.getSectionForPosition(position); in getSectionForPosition()
169 section = getSectionForPosition(offset); in configurePinnedHeaders()
229 int section = getSectionForPosition(position); in getItemPlacementInSection()
DContactsSectionIndexer.java87 public int getSectionForPosition(int position) { in getSectionForPosition() method in ContactsSectionIndexer
DPostalAddressListAdapter.java147 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
DEmailAddressListAdapter.java156 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java51 final int section = mSectionIndexer.getSectionForPosition(position); in bindView()
83 public int getSectionForPosition(final int position) { in getSectionForPosition() method in ContactListAdapter
84 return mSectionIndexer.getSectionForPosition(position); in getSectionForPosition()
DContactSectionIndexer.java60 public int getSectionForPosition(final int position) { in getSectionForPosition() method in ContactSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DMtpAdapter.java121 if (position == getPositionForSection(getSectionForPosition(position))) { in getItemViewType()
176 public int getSectionForPosition(int position) { in getSectionForPosition() method in MtpAdapter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DUserDictionarySettings.java292 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter
293 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionarySettings.java292 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter
293 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java342 public int getSectionForPosition(final int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter
343 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java254 final int filteredContact = indexer.getSectionForPosition(i); in updateBundle()
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java469 public int getSectionForPosition(int position) { in getSectionForPosition() method in CitySelectionActivity.CityAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java147 mAdapter.getSectionForPosition(position) + 1);