Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java103 private int[] mShiftKeyIndices = {-1, -1}; field in Keyboard
717 return mShiftKeyIndices; in getShiftKeyIndices()
721 return mShiftKeyIndices[0]; in getShiftKeyIndex()
815 mShiftKeyIndices[i] = mKeys.size()-1; in loadKeyboard()