Home
last modified time | relevance | path

Searched refs:CODE_UNSPECIFIED (Results 1 – 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTestsBase.java23 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
210 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testCodes()
218 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testCodes()
267 null, "a", ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
271 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
273 null, null, mSettingsIconId, CODE_UNSPECIFIED); in testFormatError()
275 null, null, mSettingsIconId, CODE_UNSPECIFIED); in testFormatError()
279 "abc", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
281 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
283 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
[all …]
DKeySpecParserTests.java20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
DMoreKeySpecTests.java20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java23 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
176 if (outputText == null && altCode == CODE_UNSPECIFIED in newInstance()
211 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED, in Key()
214 mEnabled = (code != CODE_UNSPECIFIED); in Key()
341 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText) in Key()
357 } else if (code == CODE_UNSPECIFIED && outputText != null) { in Key()
368 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED); in Key()
752 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED; in getAltCode()
925 super(null /* label */, ICON_UNDEFINED, CODE_UNSPECIFIED, null /* outputText */, in Spacer()
DKeyboard.java169 if (code == Constants.CODE_UNSPECIFIED) { in getKey()
DMoreKeysKeyboardView.java199 } else if (code != Constants.CODE_UNSPECIFIED) { in onKeyInput()
DPointerTracker.java344 } else if (code != Constants.CODE_UNSPECIFIED) { in callListenerOnCodeInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeySpecParser.java20 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
190 return CODE_UNSPECIFIED; in getCode()
195 return parseCode(getAfterLabelEnd(keySpec, labelEnd), CODE_UNSPECIFIED); in getCode()
DKeyboardCodesSet.java75 Constants.CODE_UNSPECIFIED,
DMoreKeySpec.java57 if (code == Constants.CODE_UNSPECIFIED) { in MoreKeySpec()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DConstants.java245 public static final int CODE_UNSPECIFIED = -15; field in Constants
266 case CODE_UNSPECIFIED: return "unspec"; in printableCode()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DStringUtilsTests.java138 assert_toUpperCaseOfCodeForLocale(US, 0x00DF, Constants.CODE_UNSPECIFIED); in test_toUpperCaseOfCodeForLocale()
147 assert_toUpperCaseOfCodeForLocale(GREECE, 0x03B0, Constants.CODE_UNSPECIFIED); in test_toUpperCaseOfCodeForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStringUtils.java19 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
520 ? casedText.codePointAt(0) : CODE_UNSPECIFIED; in toUpperCaseOfCodeForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java116 if (code != Constants.CODE_UNSPECIFIED) { in getDescriptionForKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java476 Constants.CODE_UNSPECIFIED, this); in onClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java245 Constants.CODE_UNSPECIFIED, this); in onTabChanged()