OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saveKeyboardThemeId
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java
141
public static void
saveKeyboardThemeId
(final String themeIdString,
143
saveKeyboardThemeId
(themeIdString, prefs, BuildCompatUtils.EFFECTIVE_SDK_INT);
155
static void
saveKeyboardThemeId
(final String themeIdString,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
ThemeSettingsFragment.java
99
KeyboardTheme.
saveKeyboardThemeId
(mSelectedThemeId, getSharedPreferences());
Completed in 504 milliseconds