Searched defs:isPhone (Results 1 - 25 of 69) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneCapabilityTester.java57 public static boolean isPhone(Context context) { method in class:PhoneCapabilityTester
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DAzerty.java36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { argument
47 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) { argument
51 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
H A DBengali.java37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } argument
40 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { argument
H A DBengaliAkkhor.java38 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } argument
41 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { argument
43 return getCommonAlphabetLayout(isPhone);
H A DBulgarian.java54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DBulgarianBds.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DColemak.java38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { argument
46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) { argument
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
H A DEastSlavic.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DHindiCompact.java45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { argument
51 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } argument
54 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { argument
H A DMongolian.java52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DNepaliRomanized.java43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) { argument
48 return getCommonAlphabetLayout(isPhone);
H A DNordic.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DQwerty.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DQwertz.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DSouthSlavic.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DSpanish.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DSwiss.java34 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
H A DSymbolsShifted.java34 public ExpectedKey[][] getLayout(final boolean isPhone) { argument
38 if (isPhone) {
42 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone));
49 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone))
53 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone));
140 public ExpectedKey[][] getLayout(final boolean isPhone) { argument
141 return new ExpectedKeyboardBuilder(super.getLayout(isPhone))
H A DTamil.java37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } argument
40 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { argument
H A DUzbek.java37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; } argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DBengaliCustomizer.java37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { argument
38 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
H A DEastSlavicCustomizer.java31 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { argument
32 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
H A DPcQwertyCustomizer.java30 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { argument
35 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { argument
40 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { argument
45 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { argument
46 return isPhone
H A DSouthSlavicLayoutCustomizer.java34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { argument
35 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
H A DSpanishCustomizer.java29 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { argument
30 return isPhone ? SPANISH_PHONE_PUNCTUATION_MORE_KEYS : TABLET_PUNCTUATION_MORE_KEYS;

Completed in 101 milliseconds

123