Searched defs:letter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAlphabetIndexer.java124 * Default implementation compares the first character of word with letter.
126 protected int compare(String word, String letter) { argument
134 return mCollator.compare(firstLetter, letter);
139 * matches a given section's starting letter.
141 * @return the row index of the first occurrence, or the nearest next letter.
143 * row starting with "U" or any higher letter is returned. If there is no
169 char letter = mAlphabet.charAt(sectionIndex);
170 String targetLetter = Character.toString(letter);
171 int key = letter;
201 // Get letter a
[all...]

Completed in 173 milliseconds