Home
last modified time | relevance | path

Searched refs:keyboardTheme (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DThemeSettingsFragment.java50 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(prefs); in updateKeyboardThemeSummary() local
51 final String keyboardThemeId = String.valueOf(keyboardTheme.mThemeId); in updateKeyboardThemeSummary()
77 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(prefs); in onCreate() local
78 mSelectedThemeId = String.valueOf(keyboardTheme.mThemeId); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java100 final KeyboardTheme keyboardTheme) { in updateKeyboardThemeAndContextThemeWrapper() argument
101 if (mThemeContext == null || !keyboardTheme.equals(mKeyboardTheme)) { in updateKeyboardThemeAndContextThemeWrapper()
102 mKeyboardTheme = keyboardTheme; in updateKeyboardThemeAndContextThemeWrapper()
103 mThemeContext = new ContextThemeWrapper(context, keyboardTheme.mStyleId); in updateKeyboardThemeAndContextThemeWrapper()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetTestsBase.java52 final KeyboardTheme keyboardTheme = KeyboardTheme.searchKeyboardThemeById( in setUp() local
54 setContext(new ContextThemeWrapper(getContext(), keyboardTheme.mStyleId)); in setUp()