OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saveKeyboardThemeId
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java
97
KeyboardTheme.
saveKeyboardThemeId
(mSelectedThemeId, getSharedPreferences());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java
150
public static void
saveKeyboardThemeId
(final int themeId, final SharedPreferences prefs) {
151
saveKeyboardThemeId
(themeId, prefs, BuildCompatUtils.EFFECTIVE_SDK_INT);
163
static void
saveKeyboardThemeId
(final int themeId, final SharedPreferences prefs,
Completed in 647 milliseconds