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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 38 protected int getMaxNearbyKeys() {
KeyDetector.java 105 protected int getMaxNearbyKeys() {
111 * method. The maximum size of the array should be computed by {@link #getMaxNearbyKeys}.
118 int[] codes = new int[getMaxNearbyKeys()];

Completed in 159 milliseconds