diff options
author | 2014-08-25 04:02:07 +0000 | |
---|---|---|
committer | 2014-08-25 04:02:07 +0000 | |
commit | 129af92713c59016d13b957e55ce089984ccc4e8 (patch) | |
tree | 58037cbf84258070f0851f3f8593a80c15bffd3d /tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | |
parent | e0d00803087ac2f873332d43a78453c068633545 (diff) | |
parent | 5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27 (diff) | |
download | latinime-129af92713c59016d13b957e55ce089984ccc4e8.tar.gz latinime-129af92713c59016d13b957e55ce089984ccc4e8.tar.xz latinime-129af92713c59016d13b957e55ce089984ccc4e8.zip |
am 5e7a6fe0: Merge "Fix the bottom row of tablet keyboard layout" into lmp-dev
* commit '5e7a6fe09824a5d1ba875bc5aaed183cb1a0bc27':
Fix the bottom row of tablet keyboard layout
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; |