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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 805 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y);
806 final int keyCount = nearestKeyIndices.length;
808 final Key key = keys[nearestKeyIndices[i]];
812 primaryIndex = nearestKeyIndices[i];
822 closestKey = nearestKeyIndices[i];
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 761 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y);
762 final int keyCount = nearestKeyIndices.length;
764 final Key key = keys[nearestKeyIndices[i]];
768 primaryIndex = nearestKeyIndices[i];
779 closestKey = nearestKeyIndices[i];
    [all...]

Completed in 90 milliseconds