/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | AbstractLayoutBase.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey.ExpectedAdditionalMoreKey; 31 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key() 32 return ExpectedKey.newInstance(label, moreKeys); in key() 36 public static ExpectedKey key(final String label, final String outputText, in key() 37 final ExpectedKey ... moreKeys) { in key() 38 return ExpectedKey.newInstance(label, outputText, moreKeys); in key() 42 public static ExpectedKey key(final String label, final int code, in key() 43 final ExpectedKey ... moreKeys) { in key() 44 return ExpectedKey.newInstance(label, code, moreKeys); in key() 48 public static ExpectedKey key(final int iconId, final String outputText, in key() [all …]
|
D | ExpectedKey.java | 29 public class ExpectedKey { class 30 static ExpectedKey EMPTY_KEY = newInstance(""); 33 static ExpectedKey newInstance(final String label, final ExpectedKey... moreKeys) { in newInstance() 38 static ExpectedKey newInstance(final String label, final String outputText, in newInstance() 39 final ExpectedKey... moreKeys) { in newInstance() 45 static ExpectedKey newInstance(final String label, final int code, in newInstance() 46 final ExpectedKey... moreKeys) { in newInstance() 52 static ExpectedKey newInstance(final int iconId, final String outputText, in newInstance() 53 final ExpectedKey... moreKeys) { in newInstance() 59 static ExpectedKey newInstance(final int iconId, final int code, in newInstance() [all …]
|
D | ExpectedKeyboardBuilder.java | 31 public final class ExpectedKeyboardBuilder extends AbstractKeyboardBuilder<ExpectedKey> { 36 public ExpectedKeyboardBuilder(final ExpectedKey[][] rows) { in ExpectedKeyboardBuilder() 41 protected ExpectedKey defaultElement() { in defaultElement() 42 return ExpectedKey.EMPTY_KEY; in defaultElement() 46 ExpectedKey[] newArray(final int size) { in newArray() 47 return new ExpectedKey[size]; in newArray() 51 ExpectedKey[][] newArrayOfArray(final int size) { in newArrayOfArray() 52 return new ExpectedKey[size][]; in newArrayOfArray() 56 public ExpectedKey[][] build() { in build() 63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); in replacingKeys() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | Symbols.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 34 public ExpectedKey[][] getLayout(final boolean isPhone) { in getLayout() 67 public static final ExpectedKey DOLLAR_SIGN = key("$"); 68 public static final ExpectedKey CENT_SIGN = key("\u00A2"); 69 public static final ExpectedKey POUND_SIGN = key("\u00A3"); 70 public static final ExpectedKey YEN_SIGN = key("\u00A5"); 71 public static final ExpectedKey EURO_SIGN = key("\u20AC"); 72 public static final ExpectedKey PESO_SIGN = key("\u20B1"); 73 public static final ExpectedKey CURRENCY_DOLLAR = key("$", 75 public static final ExpectedKey CURRENCY_EURO = key("\u20AC", [all …]
|
D | Farsi.java | 22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 42 public ExpectedKey getAlphabetKey() { return FARSI_ALPHABET_KEY; } in getAlphabetKey() 45 public ExpectedKey getSymbolsKey() { return FARSI_SYMBOLS_KEY; } in getSymbolsKey() 48 public ExpectedKey getBackToSymbolsKey() { return FARSI_BACK_TO_SYMBOLS_KEY; } in getBackToSymbolsKey() 51 public ExpectedKey getCurrencyKey() { return CURRENCY_RIAL; } in getCurrencyKey() 54 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 59 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 64 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() 83 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() [all …]
|
D | Hebrew.java | 22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 42 public ExpectedKey getAlphabetKey() { return HEBREW_ALPHABET_KEY; } in getAlphabetKey() 45 public ExpectedKey getCurrencyKey() { return CURRENCY_NEW_SHEQEL; } in getCurrencyKey() 48 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 53 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_LR9; } in getDoubleQuoteMoreKeys() 56 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_LR9; } in getSingleQuoteMoreKeys() 59 public ExpectedKey[] getDoubleAngleQuoteKeys() { in getDoubleAngleQuoteKeys() 64 public ExpectedKey[] getSingleAngleQuoteKeys() { in getSingleAngleQuoteKeys() 69 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 74 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() [all …]
|
D | Arabic.java | 22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 42 public ExpectedKey getAlphabetKey() { return ARABIC_ALPHABET_KEY; } in getAlphabetKey() 45 public ExpectedKey getSymbolsKey() { return ARABIC_SYMBOLS_KEY; } in getSymbolsKey() 48 public ExpectedKey getBackToSymbolsKey() { return ARABIC_BACK_TO_SYMBOLS_KEY; } in getBackToSymbolsKey() 51 public ExpectedKey[] getDoubleAngleQuoteKeys() { in getDoubleAngleQuoteKeys() 56 public ExpectedKey[] getSingleAngleQuoteKeys() { in getSingleAngleQuoteKeys() 61 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 66 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 71 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() 84 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() [all …]
|
D | ArmenianPhonetic.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 47 public ExpectedKey getAlphabetKey() { return ARMENIAN_ALPHABET_KEY; } in getAlphabetKey() 50 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 64 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() 71 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() 73 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar() 78 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() 85 private static final ExpectedKey ARMENIAN_ALPHABET_KEY = key( 98 private static final ExpectedKey[] ARMENIAN_PUNCTUATION_MORE_KEYS = joinMoreKeys( 104 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() [all …]
|
D | Kannada.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 43 public ExpectedKey getAlphabetKey() { return KANNADA_ALPHABET_KEY; } in getAlphabetKey() 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 49 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 64 public ExpectedKey[] getSpaceKeys(final boolean isPhone) { in getSpaceKeys() 71 private static final ExpectedKey KANNADA_ALPHABET_KEY = key( 75 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9", 80 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() [all …]
|
D | Telugu.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 43 public ExpectedKey getAlphabetKey() { return TELUGU_ALPHABET_KEY; } in getAlphabetKey() 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 49 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 64 public ExpectedKey[] getSpaceKeys(final boolean isPhone) { in getSpaceKeys() 71 private static final ExpectedKey TELUGU_ALPHABET_KEY = key( 75 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9", 80 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() [all …]
|
D | Sinhala.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 44 public ExpectedKey getAlphabetKey() { return SINHALA_ALPHABET_KEY; } in getAlphabetKey() 47 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 50 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 55 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 61 private static final ExpectedKey SINHALA_ALPHABET_KEY = key( 65 private static final ExpectedKey CURRENCY_RUPEE = key("\u0DBB\u0DD4", 70 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() 73 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { in getCommonAlphabetShiftLayout() 80 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder() [all …]
|
D | Lao.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 47 public ExpectedKey getAlphabetKey() { return LAO_ALPHABET_KEY; } in getAlphabetKey() 50 public ExpectedKey getCurrencyKey() { return CURRENCY_KIP; } in getCurrencyKey() 53 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } in getRightShiftKeys() 63 private static final ExpectedKey LAO_ALPHABET_KEY = key( 67 private static final ExpectedKey CURRENCY_KIP = key("\u20AD", 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() 82 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, in getCommonAlphabetShiftLayout() 90 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder() [all …]
|
D | Thai.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 47 public ExpectedKey getAlphabetKey() { return THAI_ALPHABET_KEY; } in getAlphabetKey() 50 public ExpectedKey getCurrencyKey() { return CURRENCY_BAHT; } in getCurrencyKey() 53 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } in getRightShiftKeys() 63 private static final ExpectedKey THAI_ALPHABET_KEY = key( 67 private static final ExpectedKey CURRENCY_BAHT = key("\u0E3F", 72 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() 86 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, in getCommonAlphabetShiftLayout() 103 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder() [all …]
|
D | Malayalam.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 43 public ExpectedKey getAlphabetKey() { return MALAYALAM_ALPHABET_KEY; } in getAlphabetKey() 46 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 49 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 54 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 59 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 64 private static final ExpectedKey MALAYALAM_ALPHABET_KEY = key( 68 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9", 73 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() 76 ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) { in getCommonAlphabetShiftLayout() [all …]
|
D | Khmer.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 47 public ExpectedKey getAlphabetKey() { return KHMER_ALPHABET_KEY; } in getAlphabetKey() 50 public ExpectedKey getCurrencyKey() { return CURRENCY_DOLLAR_WITH_RIEL; } in getCurrencyKey() 53 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { return EMPTY_KEYS; } in getRightShiftKeys() 58 private static final ExpectedKey KHMER_ALPHABET_KEY = key( 62 private static final ExpectedKey CURRENCY_DOLLAR_WITH_RIEL = key(Symbols.DOLLAR_SIGN, 68 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() 78 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, in getCommonAlphabetShiftLayout() 86 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder() 178 private static final ExpectedKey[][] ALPHABET_SHIFTED_COMMON = new ExpectedKeyboardBuilder()
|
D | Georgian.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 44 public ExpectedKey getAlphabetKey() { return GEORGIAN_ALPHABET_KEY; } in getAlphabetKey() 47 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; } in getDoubleQuoteMoreKeys() 50 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys() 55 private static final ExpectedKey GEORGIAN_ALPHABET_KEY = key( 60 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() 65 public ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, in getCommonAlphabetShiftLayout() 73 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder() 140 private static final ExpectedKey[][] ALPHABET_SHIFTED_COMMON = new ExpectedKeyboardBuilder()
|
D | Greek.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 44 public ExpectedKey getAlphabetKey() { return GREEK_ALPHABET_KEY; } in getAlphabetKey() 49 private static final ExpectedKey GREEK_ALPHABET_KEY = key( 54 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) { in getCommonAlphabetLayout() 62 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) { in getCommonAlphabetShiftLayout() 76 private static final ExpectedKey ROW1_1_SEMICOLON = key(";", joinMoreKeys("1", ":")); 77 private static final ExpectedKey ROW1_1_COLON = key(":", joinMoreKeys("1", ";")); 81 private static final ExpectedKey ROW1_2_FINAL_SIGMA = key("\u03C2", moreKey("2")); 83 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
|
D | Marathi.java | 23 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 45 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 48 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 53 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 58 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 63 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9", 68 ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; } in getCommonAlphabetLayout() 71 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) { in getCommonAlphabetShiftLayout() 75 private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/ |
D | LayoutCustomizer.java | 22 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 34 protected static final ExpectedKey[] EMPTY_KEYS = joinKeys(); 75 public ExpectedKey getAlphabetKey() { return ALPHABET_KEY; } in getAlphabetKey() 81 public ExpectedKey getSymbolsKey() { return SYMBOLS_KEY; } in getSymbolsKey() 88 public ExpectedKey getSymbolsShiftKey(boolean isPhone) { in getSymbolsShiftKey() 96 public ExpectedKey getBackToSymbolsKey() { return BACK_TO_SYMBOLS_KEY; } in getBackToSymbolsKey() 102 public ExpectedKey getCurrencyKey() { return Symbols.CURRENCY_DOLLAR; } in getCurrencyKey() 108 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 116 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_9LR; } in getDoubleQuoteMoreKeys() 122 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_9LR; } in getSingleQuoteMoreKeys() [all …]
|
D | HindiCustomizer.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 29 public ExpectedKey getCurrencyKey() { return CURRENCY_RUPEE; } in getCurrencyKey() 32 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 37 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() 44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar() 49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() 54 private static final ExpectedKey CURRENCY_RUPEE = key("\u20B9", 58 private static final ExpectedKey[] HINDI_PHONE_PUNCTUATION_MORE_KEYS = joinKeys( 62 private static final ExpectedKey[] HINDI_TABLET_PUNCTUATION_MORE_KEYS = joinKeys(
|
D | NepaliCustomizer.java | 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 29 public ExpectedKey getCurrencyKey() { return CURRENCY_NEPALI; } in getCurrencyKey() 32 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys() 37 public ExpectedKey[] getSpaceKeys(final boolean isPhone) { in getSpaceKeys() 42 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() 44 final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone)); in getKeysRightToSpacebar() 49 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) { in getPunctuationMoreKeys() 55 private static final ExpectedKey CURRENCY_NEPALI = key("\u0930\u0941\u002E", 60 private static final ExpectedKey[] NEPALI_PHONE_PUNCTUATION_MORE_KEYS = joinKeys( 64 private static final ExpectedKey[] NEPALI_TABLET_PUNCTUATION_MORE_KEYS = joinKeys(
|
D | DevanagariCustomizer.java | 19 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 28 public ExpectedKey getAlphabetKey() { return HINDI_ALPHABET_KEY; } in getAlphabetKey() 31 public ExpectedKey getSymbolsKey() { return HINDI_SYMBOLS_KEY; } in getSymbolsKey() 34 public ExpectedKey getBackToSymbolsKey() { return HINDI_BACK_TO_SYMBOLS_KEY; } in getBackToSymbolsKey() 39 private static final ExpectedKey HINDI_ALPHABET_KEY = key( 45 private static final ExpectedKey HINDI_SYMBOLS_KEY = key(HINDI_SYMBOLS_LABEL, 47 private static final ExpectedKey HINDI_BACK_TO_SYMBOLS_KEY = key(HINDI_SYMBOLS_LABEL,
|
D | GermanCustomizer.java | 20 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 29 public ExpectedKey[] getDoubleQuoteMoreKeys() { return Symbols.DOUBLE_QUOTES_R9L; } in getDoubleQuoteMoreKeys() 32 public ExpectedKey[] getSingleQuoteMoreKeys() { return Symbols.SINGLE_QUOTES_R9L; } in getSingleQuoteMoreKeys() 35 public ExpectedKey[] getDoubleAngleQuoteKeys() { return Symbols.DOUBLE_ANGLE_QUOTES_RL; } in getDoubleAngleQuoteKeys() 38 public ExpectedKey[] getSingleAngleQuoteKeys() { return Symbols.SINGLE_ANGLE_QUOTES_RL; } in getSingleAngleQuoteKeys() 98 public ExpectedKey getCurrencyKey() { return mEuroCustomizer.getCurrencyKey(); } in getCurrencyKey() 101 public ExpectedKey[] getOtherCurrencyKeys() { in getOtherCurrencyKeys()
|
D | DvorakCustomizer.java | 19 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 21 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey.ExpectedAdditionalMoreKey; 29 public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) { in getLeftShiftKeys() 34 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) { in getRightShiftKeys() 39 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) { in getKeysLeftToSpacebar() 46 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) { in getKeysRightToSpacebar() 56 final ExpectedKey ... moreKeys) { in convertToAdditionalMoreKeys()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 31 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey; 32 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey.ExpectedAdditionalMoreKey; 70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key() 75 static ExpectedKey key(final String label, final String outputText, in key() 76 final ExpectedKey ... moreKeys) { in key() 81 static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys) { in key() 92 static ExpectedKey moreKey(final String label) { in moreKey() 98 static ExpectedKey moreKey(final String label, final String outputText) { in moreKey() 104 static ExpectedKey[] joinMoreKeys(final Object ... moreKeys) { in joinMoreKeys() 110 static ExpectedKey[] joinKeys(final Object ... keys) { in joinKeys() [all …]
|