Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 14 of 14) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java467 oldRepeatKeyCode = mKeys[mRepeatKeyIndex].codes[0]; in setKeyboard()
484 && (oldRepeatKeyCode == mKeys[keyIndex].codes[0])) { in setKeyboard()
734 if (label.length() > 1 && key.codes.length < 2) { in onBufferDraw()
742 if (label.length() > 1 && key.codes.length < 2) { in onBufferDraw()
818 && key.codes[0] > 32) { in getKeyIndices()
819 final int nCodes = key.codes.length; in getKeyIndices()
834 allKeys[j + c] = key.codes[c]; in getKeyIndices()
855 int code = key.codes[0]; in detectAndSendKey()
856 int[] codes = new int[MAX_NEARBY_KEYS]; in detectAndSendKey() local
857 Arrays.fill(codes, NOT_A_KEY); in detectAndSendKey()
[all …]
DKeyboard.java227 public int[] codes; field in Keyboard.Key
350 codes = new int[] { codesValue.data }; in Key()
352 codes = parseCSV(codesValue.string.toString()); in Key()
381 if (codes == null && !TextUtils.isEmpty(label)) { in Key()
382 codes = new int[] { label.charAt(0) }; in Key()
589 key.codes = new int[] { c }; in Keyboard()
786 if (key.codes[0] == KEYCODE_SHIFT) { in loadKeyboard()
790 } else if (key.codes[0] == KEYCODE_ALT) { in loadKeyboard()
DDefaultSoftKeyboard.java341 switch (key.codes[0]) {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java811 if (label.length() > 1 && key.codes.length < 2) { in onBufferDraw()
910 && key.codes[0] > 32) { in getKeyIndices()
912 final int nCodes = key.codes.length; in getKeyIndices()
928 allKeys[j + c] = key.codes[c]; in getKeyIndices()
949 int code = key.codes[0]; in detectAndSendKey()
951 int[] codes = new int[MAX_NEARBY_KEYS]; in detectAndSendKey() local
952 Arrays.fill(codes, NOT_A_KEY); in detectAndSendKey()
953 getKeyIndices(x, y, codes); in detectAndSendKey()
961 code = key.codes[mTapCount]; in detectAndSendKey()
963 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()
[all …]
/packages/services/Telephony/src/com/android/phone/
DMMIDialogActivity.java92 final List<MmiCode> codes = new ArrayList<>(mPhone.getPendingMmiCodes()); in showMMIDialog() local
95 codes.addAll(mPhone.getImsPhone().getPendingMmiCodes()); in showMMIDialog()
97 if (codes.size() > 0) { in showMMIDialog()
98 final MmiCode mmiCode = codes.get(0); in showMMIDialog()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java284 public static String printableCodes(@Nonnull final int[] codes) { in printableCodes() argument
287 for (final int code : codes) { in printableCodes()
/packages/services/Telecomm/proto/
Dtelecom.proto225 // Disconnected for reason not described by other disconnect codes.
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...