diff options
author | 2014-02-17 15:37:43 +0900 | |
---|---|---|
committer | 2014-02-26 16:10:52 +0900 | |
commit | dd01a0bb1ddca5c3506efe7098441da9896efdbf (patch) | |
tree | f6f161a1d2245647e102aafcf9235bcded21e893 /java/src | |
parent | f818b1aa322829c6f975528bf5e63047ba5684c9 (diff) | |
download | latinime-dd01a0bb1ddca5c3506efe7098441da9896efdbf.tar.gz latinime-dd01a0bb1ddca5c3506efe7098441da9896efdbf.tar.xz latinime-dd01a0bb1ddca5c3506efe7098441da9896efdbf.zip |
Add keyboard layout set tests
This CL is a ground work to add keyboard layout labels and more keys
tests.
Bug: 13017434
Change-Id: Ief028e8ab563d79bc0b0f9c06f1fe1d645a6469d
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java index f9758634e..0f6ab304f 100644 --- a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java +++ b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java @@ -45,7 +45,7 @@ import com.android.inputmethod.latin.utils.ResourceUtils; public final class KeyboardSwitcher implements KeyboardState.SwitchActions { private static final String TAG = KeyboardSwitcher.class.getSimpleName(); - static final class KeyboardTheme { + public static final class KeyboardTheme { public final int mThemeId; public final int mStyleId; |