/packages/apps/Contacts/src/com/android/contacts/list/ |
D | IndexerListAdapter.java | 120 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()
|
D | ContactsSectionIndexer.java | 87 public int getSectionForPosition(int position) { in getSectionForPosition() method in ContactsSectionIndexer
|
D | PostalAddressListAdapter.java | 147 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
|
D | EmailAddressListAdapter.java | 156 final int section = getSectionForPosition(position); in bindSectionHeaderAndDivider()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactListAdapter.java | 51 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()
|
D | ContactSectionIndexer.java | 60 public int getSectionForPosition(final int position) { in getSectionForPosition() method in ContactSectionIndexer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
D | MtpAdapter.java | 121 if (position == getPositionForSection(getSectionForPosition(position))) { in getItemViewType() 176 public int getSectionForPosition(int position) { in getSectionForPosition() method in MtpAdapter
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 342 public int getSectionForPosition(final int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter 343 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | UserDictionarySettings.java | 292 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/ |
D | UserDictionarySettings.java | 292 public int getSectionForPosition(int position) { in getSectionForPosition() method in UserDictionarySettings.MyAdapter 293 return null == mIndexer ? 0 : mIndexer.getSectionForPosition(position); in getSectionForPosition()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 254 final int filteredContact = indexer.getSectionForPosition(i); in updateBundle()
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitySelectionActivity.kt | 416 override fun getSectionForPosition(position: Int): Int { in getSectionForPosition() method in com.android.deskclock.worldclock.CitySelectionActivity.CityAdapter
|
D | CitySelectionActivity.java | 469 public int getSectionForPosition(int position) { in getSectionForPosition() method in CitySelectionActivity.CityAdapter
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestActivity.java | 147 mAdapter.getSectionForPosition(position) + 1);
|