/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | KeyboardView.java | 467 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 …]
|
D | Keyboard.java | 227 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()
|
D | DefaultSoftKeyboard.java | 341 switch (key.codes[0]) {
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 811 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/ |
D | MMIDialogActivity.java | 92 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/ |
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 | 225 // 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_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
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, ... |