Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java894 int primaryIndex = NOT_A_KEY; in getKeyIndices() local
905 primaryIndex = nearestKeyIndices[i]; in getKeyIndices()
937 if (primaryIndex == NOT_A_KEY) { in getKeyIndices()
938 primaryIndex = closestKey; in getKeyIndices()
940 return primaryIndex; in getKeyIndices()