Home
last modified time | relevance | path

Searched refs:alphaMap (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DAlphabetIndexer.java147 final SparseIntArray alphaMap = mAlphaMap; in getPositionForSection() local
173 if (Integer.MIN_VALUE != (pos = alphaMap.get(key, Integer.MIN_VALUE))) { in getPositionForSection()
190 int prevLetterPos = alphaMap.get(prevLetter, Integer.MIN_VALUE); in getPositionForSection()
246 alphaMap.put(key, pos); in getPositionForSection()