/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParserTestsBase.java | 23 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 …]
|
D | KeySpecParserTests.java | 20 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()
|
D | MoreKeySpecTests.java | 20 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/ |
D | Key.java | 23 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()
|
D | Keyboard.java | 191 if (code == Constants.CODE_UNSPECIFIED) { in getKey()
|
D | MoreKeysKeyboardView.java | 199 } else if (code != Constants.CODE_UNSPECIFIED) { in onKeyInput()
|
D | PointerTracker.java | 296 } else if (code != Constants.CODE_UNSPECIFIED) { in callListenerOnCodeInput()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParser.java | 20 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()
|
D | KeyboardCodesSet.java | 75 Constants.CODE_UNSPECIFIED,
|
D | MoreKeySpec.java | 65 if (code == Constants.CODE_UNSPECIFIED) { in MoreKeySpec()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | Constants.java | 249 public static final int CODE_UNSPECIFIED = -15; field in Constants 271 case CODE_UNSPECIFIED: return "unspec"; in printableCode()
|
D | StringUtils.java | 616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED; in toTitleCaseOfKeyCode()
|
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/ |
D | ImsRegistrationActivity.java | 266 int errorCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo() 274 int extraCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | StringUtilsTests.java | 143 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/ |
D | KeyCodeDescriptionMapper.java | 120 if (code != Constants.CODE_UNSPECIFIED) { in getDescriptionForKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripView.java | 448 Constants.CODE_UNSPECIFIED, this); in onClick()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiPalettesView.java | 245 Constants.CODE_UNSPECIFIED, this); in onTabChanged()
|