Searched refs:mThemeContext (Results 1 – 1 of 1) sorted by relevance
65 private Context mThemeContext; field in KeyboardSwitcher101 if (mThemeContext == null || !keyboardTheme.equals(mKeyboardTheme)) { in updateKeyboardThemeAndContextThemeWrapper()103 mThemeContext = new ContextThemeWrapper(context, keyboardTheme.mStyleId); in updateKeyboardThemeAndContextThemeWrapper()113 mThemeContext, editorInfo); in loadKeyboard()114 final Resources res = mThemeContext.getResources(); in loadKeyboard()124 mKeyboardTextsSet.setLocale(mSubtypeSwitcher.getCurrentSubtypeLocale(), mThemeContext); in loadKeyboard() local351 mCurrentInputView = (InputView)LayoutInflater.from(mThemeContext).inflate( in onCreateInputView()