Home
last modified time | relevance | path

Searched refs:CONFIG_HEADLINE_FONT_FAMILY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DFontOptionsProvider.java20 import static com.android.customization.model.ResourceConstants.CONFIG_HEADLINE_FONT_FAMILY;
55 getFontFamily(overlayPackage, overlayRes, CONFIG_HEADLINE_FONT_FAMILY), in loadOptions()
73 ResourceConstants.CONFIG_HEADLINE_FONT_FAMILY,"string", ANDROID_PACKAGE)), in addDefault()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DOverlayThemeExtractor.java166 ResourceConstants.CONFIG_HEADLINE_FONT_FAMILY, in addFontOverlay()
212 ResourceConstants.CONFIG_HEADLINE_FONT_FAMILY, "string", in addSystemDefaultFont()
/packages/apps/ThemePicker/src/com/android/customization/model/
DResourceConstants.java79 String CONFIG_HEADLINE_FONT_FAMILY = "config_headlineFontFamily"; field