HomeSort by relevance Sort by last modified time
    Searched defs:getKeyIndices (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 765 private int getKeyIndices(int x, int y, int[] allKeys) {
827 getKeyIndices(x, y, codes);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 481 int keyIndex = getKeyIndices(mStartX, mStartY, null);
799 private int getKeyIndices(int x, int y, int[] allKeys) {
858 getKeyIndices(x, y, codes);
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]

Completed in 232 milliseconds