Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTestsBase.java23 import static com.android.inputmethod.latin.common.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.common.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.common.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.common.Constants.CODE_UNSPECIFIED;
193 if (outputText == null && altCode == CODE_UNSPECIFIED in newInstance()
230 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED, in Key()
233 mEnabled = (code != CODE_UNSPECIFIED); in Key()
371 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText) in Key()
387 } else if (code == CODE_UNSPECIFIED && outputText != null) { in Key()
399 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED); in Key()
805 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED; in getAltCode()
1017 super(null /* label */, ICON_UNDEFINED, CODE_UNSPECIFIED, null /* outputText */, in Spacer()
DKeyboard.java191 if (code == Constants.CODE_UNSPECIFIED) { in getKey()
DMoreKeysKeyboardView.java199 } else if (code != Constants.CODE_UNSPECIFIED) { in onKeyInput()
DPointerTracker.java296 } 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.common.Constants.CODE_UNSPECIFIED;
199 return CODE_UNSPECIFIED; in getCode()
204 return parseCode(getAfterLabelEnd(keySpec, labelEnd), CODE_UNSPECIFIED); in getCode()
DKeyboardCodesSet.java75 Constants.CODE_UNSPECIFIED,
DMoreKeySpec.java65 if (code == Constants.CODE_UNSPECIFIED) { in MoreKeySpec()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java249 public static final int CODE_UNSPECIFIED = -15; field in Constants
271 case CODE_UNSPECIFIED: return "unspec"; in printableCode()
DStringUtils.java616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED; in toTitleCaseOfKeyCode()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DImsRegistrationActivity.java267 int errorCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo()
275 int extraCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DStringUtilsTests.java143 assert_toTitleCaseOfKeyCode(US, 0x00DF, Constants.CODE_UNSPECIFIED); in test_toTitleCaseOfKeyCode()
152 assert_toTitleCaseOfKeyCode(GREECE, 0x03B0, Constants.CODE_UNSPECIFIED); in test_toTitleCaseOfKeyCode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java120 if (code != Constants.CODE_UNSPECIFIED) { in getDescriptionForKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java448 Constants.CODE_UNSPECIFIED, this); in onClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java245 Constants.CODE_UNSPECIFIED, this); in onTabChanged()