Home
last modified time | relevance | path

Searched refs:getKeyboardTheme (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardThemeTests.java82 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme( in assertKeyboardTheme()
201 final KeyboardTheme theme = KeyboardTheme.getKeyboardTheme( in assertUpgradeKeyboardToLxxOn()
396 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme( in testMissingSelectedThemeIcs()
411 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme( in testMissingSelectedThemeKlp()
426 final KeyboardTheme actualTheme = KeyboardTheme.getKeyboardTheme( in testMissingSelectedThemeLxx()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java169 public static KeyboardTheme getKeyboardTheme(final Context context) { in getKeyboardTheme() method in KeyboardTheme
172 return getKeyboardTheme(prefs, BuildCompatUtils.EFFECTIVE_SDK_INT, availableThemeArray); in getKeyboardTheme()
195 static KeyboardTheme getKeyboardTheme(final SharedPreferences prefs, final int sdkVersion, in getKeyboardTheme() method in KeyboardTheme
DKeyboardSwitcher.java93 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */)); in updateKeyboardTheme()
463 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */)); in onCreateInputView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DThemeSettingsFragment.java49 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context); in updateKeyboardThemeSummary()
75 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context); in onCreate()