HomeSort by relevance Sort by last modified time
    Searched refs:getSectionForPosition (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 74 // test getSectionForPosition
75 assertEquals(ALPHABET.indexOf('A'), indexer.getSectionForPosition(0));
76 assertEquals(ALPHABET.indexOf('C'), indexer.getSectionForPosition(2));
77 assertEquals(ALPHABET.indexOf('G'), indexer.getSectionForPosition(4));
78 assertEquals(ALPHABET.indexOf('J'), indexer.getSectionForPosition(6));
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 496 milliseconds