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 758 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y);
759 final int keyCount = nearestKeyIndices.length;
761 final Key key = keys[nearestKeyIndices[i]];
765 primaryIndex = nearestKeyIndices[i];
776 closestKey = nearestKeyIndices[i];
    [all...]

Completed in 44 milliseconds