/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | ThemeHelper.java | 71 String themeName = getDefaultThemeName(context, intent); in inferThemeResId() local 179 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme() 213 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme()
|
/aosp12/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
H A D | Utils.java | 32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font_mgr.cpp | 45 Typeface* FontMgr::LoadThemeFont(const std::string& familyName, const std::string& themeName, in LoadThemeFont() 54 void FontMgr::LoadThemeFont(const std::string& themeName, std::shared_ptr<Typeface> typeface) in LoadThemeFont()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | DefaultThemeProvider.java | 425 private String getOverlayPackage(String prefix, String themeName) { in getOverlayPackage() 429 private ResourceAsset getDrawableResourceAsset(String prefix, String themeName) { in getDrawableResourceAsset() 436 private ThemeBundleThumbAsset getThumbAsset(String prefix, String themeName) { in getThumbAsset()
|
H A D | ThemeBundledWallpaperInfo.java | 77 public ThemeBundledWallpaperInfo(String packageName, String resName, String themeName, in ThemeBundledWallpaperInfo()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | SplashScreen.java | 180 String themeName = themeId != Resources.ID_NULL in setSplashScreenTheme() local 186 themeName, activity.getUserId()); in setSplashScreenTheme() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | SessionParamsBuilder.java | 101 public SessionParamsBuilder setTheme(@NonNull String themeName, boolean isProjectTheme) { in setTheme() 108 public SessionParamsBuilder setTheme(@NonNull String themeName) { in setTheme()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font_mgr.cpp | 132 void SkiaFontMgr::LoadThemeFont(const std::string& themeName, std::shared_ptr<Typeface> typeface) in LoadThemeFont() 149 Typeface* SkiaFontMgr::LoadThemeFont(const std::string& familyName, const std::string& themeName, in LoadThemeFont()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
H A D | KeyboardTheme.java | 76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | EditTextVariations.java | 305 final String themeName = getThemeName(); in loadTheme() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/ |
H A D | fontmgr_fuzzer.cpp | 195 char* themeName = new char[countT]; in FontMgrFuzzTest005() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSettingBase.java | 786 public void setSplashScreenTheme(@UserIdInt int userId, @Nullable String themeName) { in setSplashScreenTheme()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 796 void setSplashScreenTheme(String packageName, String themeName, int userId); in setSplashScreenTheme()
|