diff options
author | 2014-08-25 03:45:34 +0000 | |
---|---|---|
committer | 2014-08-25 03:45:35 +0000 | |
commit | 5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27 (patch) | |
tree | 35f5eb8318df63424be126a3d084a44164fad9bc /tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | |
parent | 4a71d2c48021351e10bd61d5ee007533651da627 (diff) | |
parent | c9aa1beb6de6bbea71af8eba94354bff3001e0ac (diff) | |
download | latinime-5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27.tar.gz latinime-5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27.tar.xz latinime-5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27.zip |
Merge "Fix the bottom row of tablet keyboard layout" into lmp-dev
Diffstat (limited to 'tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java index cf884bfea..4f1a54967 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java +++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java @@ -112,13 +112,13 @@ public abstract class KeyboardLayoutSetTestsBase extends AndroidTestCase { "Unknown subtype: locale=" + locale + " keyboardLayout=" + keyboardLayout); } - protected final KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, + protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, final EditorInfo editorInfo) { return createKeyboardLayoutSet(subtype, editorInfo, false /* voiceInputKeyEnabled */, false /* languageSwitchKeyEnabled */); } - protected final KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, + protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype, final EditorInfo editorInfo, final boolean voiceInputKeyEnabled, final boolean languageSwitchKeyEnabled) { final Context context = mThemeContext; |