Home
last modified time | relevance | path

Searched refs:KeyboardCodesSet (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeySpecParser.java70 final KeyboardCodesSet codesSet) { in MoreKeySpec()
186 static int getCode(String moreKeySpec, KeyboardCodesSet codesSet) { in getCode()
211 public static int parseCode(String text, KeyboardCodesSet codesSet, int defCode) { in parseCode()
DKeyboardCodesSet.java23 public class KeyboardCodesSet { class
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTests.java32 private final KeyboardCodesSet mCodesSet = new KeyboardCodesSet();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java31 import com.android.inputmethod.keyboard.internal.KeyboardCodesSet;
252 public final KeyboardCodesSet mCodesSet = new KeyboardCodesSet();