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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 21 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
57 CODE_SETTINGS, mCodesSet, CODE_UNSPECIFIED);
59 "!code/key_action_next", mCodesSet, CODE_UNSPECIFIED);
253 null, ICON_UNDEFINED, CODE_UNSPECIFIED);
255 null, "a", ICON_UNDEFINED, CODE_UNSPECIFIED);
259 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
261 null, null, mSettingsIconId, CODE_UNSPECIFIED);
263 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
265 null, null, mSettingsIconId, CODE_UNSPECIFIED);
269 "abc", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 38 if (code == Constants.CODE_UNSPECIFIED) {
KeyboardCodesSet.java 92 Constants.CODE_UNSPECIFIED,
KeySpecParser.java 20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
174 return parseCode(moreKeySpec.substring(end + 1), codesSet, CODE_UNSPECIFIED);
436 ? casedText.codePointAt(0) : CODE_UNSPECIFIED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 23 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
199 mOptionalAttributes = new OptionalAttributes(outputText, CODE_UNSPECIFIED,
203 mEnabled = (code != CODE_UNSPECIFIED);
324 R.styleable.Keyboard_Key_code), params.mCodesSet, CODE_UNSPECIFIED);
326 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText)
343 } else if (code == CODE_UNSPECIFIED && outputText != null) {
355 R.styleable.Keyboard_Key_altCode), params.mCodesSet, CODE_UNSPECIFIED),
357 if (outputText == null && altCode == CODE_UNSPECIFIED
671 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED;
    [all...]
Keyboard.java 124 if (code == Constants.CODE_UNSPECIFIED) {
MoreKeysKeyboardView.java 141 } else if (code != Constants.CODE_UNSPECIFIED) {
PointerTracker.java 497 } else if (code != Constants.CODE_UNSPECIFIED) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 129 if (key.mCode != Constants.CODE_UNSPECIFIED) {

Completed in 68 milliseconds