Searched refs:codes (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 809 if (label.length() > 1 && key.codes.length < 2) { in onBufferDraw() 908 && key.codes[0] > 32) { in getKeyIndices() 910 final int nCodes = key.codes.length; in getKeyIndices() 926 allKeys[j + c] = key.codes[c]; in getKeyIndices() 947 int code = key.codes[0]; in detectAndSendKey() 949 int[] codes = new int[MAX_NEARBY_KEYS]; in detectAndSendKey() local 950 Arrays.fill(codes, NOT_A_KEY); in detectAndSendKey() 951 getKeyIndices(x, y, codes); in detectAndSendKey() 959 code = key.codes[mTapCount]; in detectAndSendKey() 961 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | MMIDialogActivity.java | 96 final List<MmiCode> codes = new ArrayList<>(mPhone.getPendingMmiCodes()); in showMMIDialog() local 99 codes.addAll(mPhone.getImsPhone().getPendingMmiCodes()); in showMMIDialog() 101 if (codes.size() > 0) { in showMMIDialog() 102 final MmiCode mmiCode = codes.get(0); in showMMIDialog()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | Constants.java | 284 public static String printableCodes(@Nonnull final int[] codes) { in printableCodes() argument 287 for (final int code : codes) { in printableCodes()
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 229 // Disconnected for reason not described by other disconnect codes.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |