HomeSort by relevance Sort by last modified time
    Searched refs:getKeyboardTheme (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java 49 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context);
75 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 169 public static KeyboardTheme getKeyboardTheme(final Context context) {
172 return getKeyboardTheme(prefs, BuildCompatUtils.EFFECTIVE_SDK_INT, availableThemeArray);
195 static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs, final int sdkVersion,
KeyboardSwitcher.java 93 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
463 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardThemeTests.java 82 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme(
201 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme(
396 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme(
411 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme(
426 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme(

Completed in 83 milliseconds