diff options
author | 2014-12-09 09:00:12 +0000 | |
---|---|---|
committer | 2014-12-09 19:47:00 +0900 | |
commit | e84f8c3308428bb68574bb85a56b4777bfefd38c (patch) | |
tree | 35246b07ad0d78daf8a7c7d21d48633277359940 /tests/src/com/android/inputmethod | |
parent | 44b82abf063e5a1d144eec0e3f4c4b2b0926e0b0 (diff) | |
download | latinime-e84f8c3308428bb68574bb85a56b4777bfefd38c.tar.gz latinime-e84f8c3308428bb68574bb85a56b4777bfefd38c.tar.xz latinime-e84f8c3308428bb68574bb85a56b4777bfefd38c.zip |
am be819dbe: Revert "Add keyboard margin options to place the keyboard dynamically."
* commit 'be819dbe2b7a5c418530a2fa1182766a4d31d6d5':
Revert "Add keyboard margin options to place the keyboard dynamically."
Change-Id: I4d0d31b04aa083e32ea86cf394444a5eec4fe647
Diffstat (limited to 'tests/src/com/android/inputmethod')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java index 88550802c..7f828111d 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java +++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java @@ -155,7 +155,7 @@ public abstract class KeyboardLayoutSetTestsBase extends AndroidTestCase { final boolean languageSwitchKeyEnabled, final boolean splitLayoutEnabled) { final Context context = getContext(); final Resources res = context.getResources(); - final int keyboardWidth = ResourceUtils.getKeyboardFrameWidth(res); + final int keyboardWidth = ResourceUtils.getDefaultKeyboardWidth(res); final int keyboardHeight = ResourceUtils.getDefaultKeyboardHeight(res); final Builder builder = new Builder(context, editorInfo); builder.setKeyboardGeometry(keyboardWidth, keyboardHeight) |