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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardTheme.java161 public static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs) { method in class:KeyboardTheme
162 return getKeyboardTheme(prefs, BuildCompatUtils.EFFECTIVE_SDK_INT);
166 static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs, final int sdkVersion) { method in class:KeyboardTheme

Completed in 48 milliseconds