Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java32 public final class KeyboardTheme implements Comparable<KeyboardTheme> { class
76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme() method in KeyboardTheme