Home
last modified time | relevance | path

Searched refs:assignColorValue (Results 1 – 25 of 26) sorted by relevance

12

/expo/packages/@expo/config-plugins/src/android/
H A DPrimaryColor.ts3 import { assignColorValue } from './Colors';
19 config.modResults = assignColorValue(config.modResults, {
H A DStatusBar.ts4 import { assignColorValue } from './Colors';
41 return assignColorValue(colors, {
H A DColors.ts52 export function assignColorValue( function
/expo/packages/@expo/config-plugins/build/android/
H A DColors.js6 exports.assignColorValue = assignColorValue;
67 function assignColorValue(xml, { function
H A DColors.d.ts10 export declare function assignColorValue(xml: ResourceXML, { value, name, }: {
H A DPrimaryColor.js.map1assignColorValue","name","value","getPrimaryColor","withAndroidStyles","assignStylesValue","add","…
H A DPrimaryColor.js39 config.modResults = (0, _Colors().assignColorValue)(config.modResults, {
H A DStatusBar.js66 return (0, _Colors().assignColorValue)(colors, {
H A DStatusBar.js.map1assignColorValue","name","value","getStatusBarColor","styles","hexString","floatElement","getStatu…
H A DColors.js.map1assignColorValue","xml","value","buildResourceItem","getColorsAsObject","_xml$resources","getResou…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts9 const { assignColorValue } = AndroidConfig.Colors; constant
23 config.modResults = assignColorValue(config.modResults, {
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidRootViewBackgroundColor.ts9 const { assignColorValue } = AndroidConfig.Colors; constant
23 config.modResults = assignColorValue(config.modResults, {
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.js5 const { assignColorValue } = config_plugins_1.AndroidConfig.Colors;
17 config.modResults = assignColorValue(config.modResults, {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.js16 assignColorValue
32 config.modResults = assignColorValue(config.modResults, {
H A DwithAndroidRootViewBackgroundColor.js.map1assignColorValue","AndroidConfig","Colors","assignStylesValue","getAppThemeLightNoActionBarGroup",…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.ts79 return Colors.assignColorValue(colors, { value: backgroundColor, name: SPLASH_COLOR_NAME });
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.js94 return _android().Colors.assignColorValue(colors, {
H A DwithAndroidSplashStyles.js.map1assignColorValue"],"sources":["../../../../src/plugins/unversioned/expo-splash-screen/withAndroidS…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts108 return Colors.assignColorValue(colors, {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js129 return Colors.assignColorValue(colors, {
H A DwithAndroidNotifications.js.map1assignColorValue","name","value","Promise","all","Object","values","dpiValues","map","folderName",…
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts102 return Colors.assignColorValue(colors, {
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js76 return Colors.assignColorValue(colors, {
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts218 return Colors.assignColorValue(colors, {
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.js231 return Colors.assignColorValue(colors, {

12