HomeSort by relevance Sort by last modified time
    Searched refs:getSections (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
SectionIndexer.java 45 Object[] getSections();
AlphabetIndexer.java 104 public Object[] getSections() {
FastScroller.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
73 public Object[] getSections() {
74 return mSectionIndexer.getSections();
ContactSectionIndexer.java 45 public Object[] getSections() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 98 public Object[] getSections() {
102 return mIndexer.getSections();
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]);
212 mPlacementCache.sectionHeader = (String)getSections()[section];
ContactsSectionIndexer.java 69 public Object[] getSections() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 269 private List<SectionHeader> getSections() {
307 for (SectionHeader header: getSections()) {
323 return new StringTable(getSections().get(index));
368 this.stringTable = new StringTable(getSections().get(header.getLink()));
412 sectionHeader = getSections().get(getSectionIndex());
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java 168 int numSections = getSections().length;
188 public Object[] getSections() {
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 380 public Object[] getSections() {
418 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex];
423 if (getSections().length == 0) {
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 46 // test getSections
47 Object[] sections = indexer.getSections();
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 277 public Object[] getSections() {
278 return null == mIndexer ? null : mIndexer.getSections();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 347 public Object[] getSections() {
348 return null == mIndexer ? null : mIndexer.getSections();
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 340 public Object[] getSections() {
341 return mIndexer.getSections();
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 160 String title = (String)getSections()[section];
PostalAddressListAdapter.java 151 String title = (String)getSections()[section];
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java     [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 363 public Object[] getSections() {
365 return mIndexer.getSections();
AlbumBrowserActivity.java 657 public Object[] getSections() {
658 return mIndexer.getSections();
ArtistAlbumBrowserActivity.java     [all...]
TrackBrowserActivity.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 246 public List<SectionInfo> getSections() {
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 964 milliseconds

1 2