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 64 private KeyboardTheme mKeyboardTheme;
91 mLatinIME, KeyboardTheme.getKeyboardTheme(mLatinIME /* context */));
98 final KeyboardTheme keyboardTheme) {
99 if (mThemeContext == null || !keyboardTheme.equals(mKeyboardTheme)) {
100 mKeyboardTheme = keyboardTheme;
101 mThemeContext = new ContextThemeWrapper(context, keyboardTheme.mStyleId);
396 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 59 milliseconds