Searched refs:getPositionForSection (Results 1 - 14 of 14) 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/Contacts/src/com/android/contacts/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);
230 if (section != -1 && getPositionForSection(section) == position) {
238 mPlacementCache.lastInSection = (getPositionForSection(section + 1) - 1 == position);
H A DContactsSectionIndexer.java79 public int getPositionForSection(int section) { method in class:ContactsSectionIndexer
H A DEmailAddressListAdapter.java157 if (getPositionForSection(section) == position) {
H A DPostalAddressListAdapter.java148 if (getPositionForSection(section) == position) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DIndexerListAdapter.java82 public int getPositionForSection(int sectionIndex) { method in class:IndexerListAdapter
87 return mIndexer.getPositionForSection(sectionIndex);
161 int nextSectionPosition = partitionStart + getPositionForSection(section + 1);
181 if (section != -1 && getPositionForSection(section) == position) {
189 mPlacementCache.lastInSection = (getPositionForSection(section + 1) - 1 == position);
H A DContactsSectionIndexer.java71 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/inputmethod/
H A DUserDictionarySettings.java286 public int getPositionForSection(int section) { method in class:UserDictionarySettings.MyAdapter
287 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/Music/src/com/android/music/
H A DMusicPicker.java342 public int getPositionForSection(int section) { method in class:MusicPicker.TrackListAdapter
349 return mIndexer.getPositionForSection(section);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCitySelectionActivity.java464 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(

Completed in 149 milliseconds