Searched defs:mThemeId (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DThemeSettingsFragment.java38 final String mThemeId; field in class:ThemeSettingsFragment.KeyboardThemePreference
43 mThemeId = id;
51 final String keyboardThemeId = String.valueOf(keyboardTheme.mThemeId);
78 mSelectedThemeId = String.valueOf(keyboardTheme.mThemeId);
85 mSelectedThemeId = pref.mThemeId;
109 final boolean selected = mSelectedThemeId.equals(pref.mThemeId);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboard.java51 public final int mThemeId; field in class:Keyboard
93 mThemeId = params.mThemeId;
120 mThemeId = keyboard.mThemeId;
H A DKeyboardTheme.java62 public final int mThemeId; field in class:KeyboardTheme
71 mThemeId = themeId;
87 return (o instanceof KeyboardTheme) && ((KeyboardTheme)o).mThemeId == mThemeId;
92 return mThemeId;
99 if (theme.mThemeId == themeId) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java32 public int mThemeId; field in class:KeyboardParams

Completed in 87 milliseconds