Home
last modified time | relevance | path

Searched defs:themeId (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardTheme.java76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme()
103 static KeyboardTheme searchKeyboardThemeById(final int themeId, in searchKeyboardThemeById()
121 final int themeId = Integer.parseInt(klpThemeIdString); in getDefaultKeyboardTheme() local
145 public static String getKeyboardThemeName(final int themeId) { in getKeyboardThemeName()
150 public static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs) { in saveKeyboardThemeId()
163 static void saveKeyboardThemeId(final int themeId, final SharedPreferences prefs, in saveKeyboardThemeId()
202 final int themeId = Integer.parseInt(lxxThemeIdString); in getKeyboardTheme() local
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreen.java105 void setSplashScreenTheme(@StyleRes int themeId); in setSplashScreenTheme()
169 public void setSplashScreenTheme(@StyleRes int themeId) { in setSplashScreenTheme()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardThemeTests.java68 private static boolean isValidKeyboardThemeId(final int themeId) { in isValidKeyboardThemeId()
80 private void setKeyboardThemePreference(final String prefKey, final int themeId) { in setKeyboardThemePreference()
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/
H A DAccessibilityShortcutController.java608 final int themeId = inNightMode ? R.style.Theme_DeviceDefault_Dialog_Alert : in getAlertDialogBuilder() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1859 int themeId in applyDefaultTheme() local
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java3840 int themeId = isLightTheme ? R.style.ThemeOverlay_Material_Light in applyDefaultTheme() local