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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LatinImeLoggerUtils.java 35 public static void onSeparator(final int code, final int x, final int y) {
38 onSeparator(new String(new int[]{code}, 0, 1), x, y);
41 public static void onSeparator(final String separator, final int x, final int y) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 119 milliseconds