Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java67 private Context mThemeContext; field in KeyboardSwitcher
101 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()
126 mKeyboardTextsSet.setLocale(mRichImm.getCurrentSubtypeLocale(), mThemeContext); in loadKeyboard() local
464 mCurrentInputView = (InputView)LayoutInflater.from(mThemeContext).inflate( in onCreateInputView()