HomeSort by relevance Sort by last modified time
    Searched refs:isPhone (Results 26 - 50 of 77) sorted by null

12 3 4

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Thai.java 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
74 if (isPhone) {
86 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone,
89 return getCommonAlphabetLayout(isPhone);
93 if (isPhone) {
Sinhala.java 55 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
56 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
70 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
73 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
Azerty.java 36 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
47 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
51 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Colemak.java 38 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
50 builder = new ExpectedKeyboardBuilder(getCommonAlphabetLayout(isPhone));
Khmer.java 53 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; }
68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
69 if (isPhone) {
78 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone,
81 return getCommonAlphabetLayout(isPhone);
Malayalam.java 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
60 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
73 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
76 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
Marathi.java 53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
59 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
68 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
71 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
NepaliTraditional.java 46 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
47 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
52 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
55 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
57 return getCommonAlphabetLayout(isPhone);
Symbols.java 34 public ExpectedKey[][] getLayout(final boolean isPhone) {
42 if (isPhone) {
43 builder.addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone))
46 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone));
51 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone))
52 .addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone))
53 .addKeysOnTheRightOfRow(3, customizer.getSymbolsShiftKey(isPhone))
55 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone));
196 public ExpectedKey[][] getLayout(final boolean isPhone) {
197 return new ExpectedKeyboardBuilder(super.getLayout(isPhone))
    [all...]
Georgian.java 60 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
65 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone,
68 return getCommonAlphabetLayout(isPhone);
NepaliRomanized.java 43 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
46 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
48 return getCommonAlphabetLayout(isPhone);
Bengali.java 37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
40 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
Tamil.java 37 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
40 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
Hindi.java 40 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
43 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
45 return getCommonAlphabetLayout(isPhone);
290 public ExpectedKey[][] getLayout(final boolean isPhone) {
291 return new ExpectedKeyboardBuilder(super.getLayout(isPhone))
BengaliAkkhor.java 38 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
41 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
43 return getCommonAlphabetLayout(isPhone);
HindiCompact.java 45 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
51 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
54 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
Nordic.java 37 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { return ALPHABET_COMMON; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
SpanishCustomizer.java 29 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
30 return isPhone ? SPANISH_PHONE_PUNCTUATION_MORE_KEYS : TABLET_PUNCTUATION_MORE_KEYS;
SerbianLatinCustomizer.java 29 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
30 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsTagalog.java 43 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
44 return isPhone ? PHONE_PUNCTUATION_MORE_KEYS : TABLET_PUNCTUATION_MORE_KEYS;
TestsBengaliBD.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
45 return isPhone ? EMPTY_KEYS : EXCLAMATION_AND_QUESTION_MARKS;
49 public ExpectedKey[] getSpaceKeys(final boolean isPhone) {
TestsSplitLayoutQwertyEnglishUS.java 54 public ExpectedKey[] getSpaceKeys(final boolean isPhone) {
55 if (isPhone) {
56 return super.getSpaceKeys(isPhone);
TestsCatalan.java 44 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
45 return isPhone ? CATALAN_PHONE_PUNCTUATION_MORE_KEYS
TestsSerbianLatinQwerty.java 44 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
45 return isPhone ? EMPTY_KEYS
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AppearanceSettingsFragment.java 34 Constants.isPhone(Settings.readScreenMetrics(getResources()))) {

Completed in 207 milliseconds

12 3 4