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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java 25 import com.android.inputmethod.keyboard.KeyboardTheme;
49 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context);
53 if (keyboardTheme.mThemeId == keyboardThemeIds[index]) {
75 final KeyboardTheme keyboardTheme = KeyboardTheme.getKeyboardTheme(context);
76 mSelectedThemeId = keyboardTheme.mThemeId;
97 KeyboardTheme.saveKeyboardThemeId(mSelectedThemeId, getSharedPreferences())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 66 private KeyboardTheme mKeyboardTheme;
93 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
100 final KeyboardTheme keyboardTheme) {
101 if (mThemeContext == null || !keyboardTheme.equals(mKeyboardTheme)) {
102 mKeyboardTheme = keyboardTheme;
103 mThemeContext = new ContextThemeWrapper(context, keyboardTheme.mStyleId);
463 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 85 final KeyboardTheme keyboardTheme = KeyboardTheme.searchKeyboardThemeById(
86 getKeyboardThemeForTests(), KeyboardTheme.KEYBOARD_THEMES);
87 setContext(new ContextThemeWrapper(getContext(), keyboardTheme.mStyleId));

Completed in 237 milliseconds