Searched refs:saveKeyboardThemeId (Results 1 – 2 of 2) sorted by relevance
150 public static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs) { in saveKeyboardThemeId() method in KeyboardTheme151 saveKeyboardThemeId(themeId, prefs, BuildCompatUtils.EFFECTIVE_SDK_INT); in saveKeyboardThemeId()163 static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs, in saveKeyboardThemeId() method in KeyboardTheme
97 KeyboardTheme.saveKeyboardThemeId(mSelectedThemeId, getSharedPreferences()); in onPause()