Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java50 public final int mThemeId; field in KeyboardSwitcher.KeyboardTheme
55 mThemeId = themeId; in KeyboardTheme()
130 if (mKeyboardTheme.mThemeId != keyboardTheme.mThemeId) { in setContextThemeWrapper()
DKeyboard.java108 public final int mThemeId; field in Keyboard
142 mThemeId = params.mThemeId; in Keyboard()
220 public int mThemeId; field in Keyboard.Params
795 params.mThemeId = keyboardAttr.getInt(R.styleable.Keyboard_themeId, 0); in parseKeyboardAttributes()