Searched refs:getPositionForSection (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java53 if (mSectionIndexer.getPositionForSection(section) == position) {
78 public int getPositionForSection(final int sectionIndex) { method in class:ContactListAdapter
79 return mSectionIndexer.getPositionForSection(sectionIndex);
H A DContactSectionIndexer.java50 public int getPositionForSection(final int sectionIndex) { method in class:ContactSectionIndexer
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DIndexerListAdapter.java109 public int getPositionForSection(int sectionIndex) { method in class:IndexerListAdapter
114 return mIndexer.getPositionForSection(sectionIndex);
190 int nextSectionPosition = partitionStart + getPositionForSection(section + 1);
210 if (section != -1 && getPositionForSection(section) == position) {
218 mPlacementCache.lastInSection = (getPositionForSection(section + 1) - 1 == position);
H A DContactsSectionIndexer.java73 public int getPositionForSection(int section) { method in class:ContactsSectionIndexer
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpAdapter.java121 if (position == getPositionForSection(getSectionForPosition(position))) {
164 public int getPositionForSection(int section) { method in class:MtpAdapter
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java267 public int getPositionForSection(int section) { method in class:UserDictionarySettings.MyAdapter
268 return null == mIndexer ? 0 : mIndexer.getPositionForSection(section);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java337 public int getPositionForSection(final int section) { method in class:UserDictionarySettings.MyAdapter
338 return null == mIndexer ? 0 : mIndexer.getPositionForSection(section);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java159 if (getPositionForSection(section) == position) {
H A DPostalAddressListAdapter.java150 if (getPositionForSection(section) == position) {
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java349 public int getPositionForSection(int section) { method in class:MusicPicker.TrackListAdapter
356 return mIndexer.getPositionForSection(section);
H A DAlbumBrowserActivity.java661 public int getPositionForSection(int section) { method in class:AlbumBrowserActivity.AlbumListAdapter
662 return mIndexer.getPositionForSection(section);
H A DArtistAlbumBrowserActivity.java851 public int getPositionForSection(int sectionIndex) { method in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
852 return mIndexer.getPositionForSection(sectionIndex);
H A DTrackBrowserActivity.java1570 public int getPositionForSection(int section) { method in class:TrackBrowserActivity.TrackListAdapter
1572 return mIndexer.getPositionForSection(section);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitySelectionActivity.java417 public int getPositionForSection(int sectionIndex) { method in class:CitySelectionActivity.CityAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestActivity.java146 int nextSectionStart = mAdapter.getPositionForSection(
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java1216 public int getPositionForSection(int sectionIndex) { method in class:ManageApplications.ApplicationsAdapter

Completed in 734 milliseconds