Searched refs:mThemeContext (Results 1 – 1 of 1) sorted by relevance
90 private Context mThemeContext; field in KeyboardSwitcher133 if (mThemeContext == null || mKeyboardTheme.mThemeId != keyboardTheme.mThemeId) { in setContextThemeWrapper()135 mThemeContext = new ContextThemeWrapper(context, keyboardTheme.mStyleId); in setContextThemeWrapper()142 mThemeContext, editorInfo); in loadKeyboard()143 final Resources res = mThemeContext.getResources(); in loadKeyboard()366 mCurrentInputView = (InputView)LayoutInflater.from(mThemeContext).inflate( in onCreateInputView()