Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme()
103 static KeyboardTheme searchKeyboardThemeById(final int themeId, in searchKeyboardThemeById()
121 final int themeId = Integer.parseInt(klpThemeIdString); in getDefaultKeyboardTheme() local
145 public static String getKeyboardThemeName(final int themeId) { in getKeyboardThemeName()
150 public static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs) { in saveKeyboardThemeId()
163 static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs, in saveKeyboardThemeId()
202 final int themeId = Integer.parseInt(lxxThemeIdString); in getKeyboardTheme() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java52 private static boolean isValidKeyboardThemeId(final int themeId) { in isValidKeyboardThemeId()
64 private void setKeyboardThemePreference(final String prefKey, final int themeId) { in setKeyboardThemePreference()