Home
last modified time | relevance | path

Searched defs:themeName (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DThemeHelper.java68 String themeName = getDefaultThemeName(context, intent); in inferThemeResId() local
176 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme()
210 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DUtils.java34 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java370 final String themeName = getThemeName(); in loadTheme() local