Searched defs:getKeyboardTheme (Results 1 - 1 of 1) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardTheme.java169 public static KeyboardTheme getKeyboardTheme(final Context context) { method in class:KeyboardTheme
172 return getKeyboardTheme(prefs, BuildCompatUtils.EFFECTIVE_SDK_INT, availableThemeArray);
195 static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs, final int sdkVersion, method in class:KeyboardTheme

Completed in 37 milliseconds