Searched defs:KeyboardTheme (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardTheme.java29 public final class KeyboardTheme implements Comparable<KeyboardTheme> { class in inherits:Comparable
30 private static final String TAG = KeyboardTheme.class.getSimpleName();
43 private static final KeyboardTheme[] KEYBOARD_THEMES = {
44 new KeyboardTheme(THEME_ID_ICS, "ICS", R.style.KeyboardTheme_ICS,
47 new KeyboardTheme(THEME_ID_KLP, "KLP", R.style.KeyboardTheme_KLP,
50 new KeyboardTheme(THEME_ID_LXX_LIGHT, "LXXLight", R.style.KeyboardTheme_LXX_Light,
53 new KeyboardTheme(THEME_ID_LXX_DARK, "LXXDark", R.style.KeyboardTheme_LXX_Dark,
69 private KeyboardTheme(final int themeId, final String themeName, final int styleId, method in class:KeyboardTheme
78 public int compareTo(final KeyboardTheme rh
[all...]

Completed in 1716 milliseconds