Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/expo/packages/expo-system-ui/ios/ExpoSystemUI/
H A DExpoSystemUIModule.swift35 …UIApplication.shared.delegate?.window, let backgroundColor = window?.rootViewController?.view.back… in getBackgroundColor()
36 color = EXUtilities.hexString(with: backgroundColor) in getBackgroundColor()
48 window?.backgroundColor = nil in setBackgroundColorAsync()
52 window?.rootViewController?.view.backgroundColor = .black in setBackgroundColorAsync()
54 window?.rootViewController?.view.backgroundColor = .white in setBackgroundColorAsync()
56 window?.rootViewController?.view.backgroundColor = .white in setBackgroundColorAsync()
62 let backgroundColor = EXUtilities.uiColor(color) in setBackgroundColorAsync() variable
67 window?.backgroundColor = backgroundColor in setBackgroundColorAsync()
68 window?.rootViewController?.view.backgroundColor = backgroundColor in setBackgroundColorAsync()
/expo/ios/versioned/sdk49/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift35 …UIApplication.shared.delegate?.window, let backgroundColor = window?.rootViewController?.view.back… in getBackgroundColor()
36 color = ABI49_0_0EXUtilities.hexString(with: backgroundColor) in getBackgroundColor()
48 window?.backgroundColor = nil in setBackgroundColorAsync()
52 window?.rootViewController?.view.backgroundColor = .black in setBackgroundColorAsync()
54 window?.rootViewController?.view.backgroundColor = .white in setBackgroundColorAsync()
56 window?.rootViewController?.view.backgroundColor = .white in setBackgroundColorAsync()
62 let backgroundColor = ABI49_0_0EXUtilities.uiColor(color) in setBackgroundColorAsync() variable
67 window?.backgroundColor = backgroundColor in setBackgroundColorAsync()
68 window?.rootViewController?.view.backgroundColor = backgroundColor in setBackgroundColorAsync()
/expo/ios/versioned/sdk48/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift29 …UIApplication.shared.delegate?.window, let backgroundColor = window?.rootViewController?.view.back… in getBackgroundColor()
30 color = ABI48_0_0EXUtilities.hexString(with: backgroundColor) in getBackgroundColor()
40 window?.backgroundColor = nil in setBackgroundColorAsync()
41 window?.rootViewController?.view.backgroundColor = UIColor.white in setBackgroundColorAsync()
45 let backgroundColor = ABI48_0_0EXUtilities.uiColor(color) in setBackgroundColorAsync() variable
50 window?.backgroundColor = backgroundColor in setBackgroundColorAsync()
51 window?.rootViewController?.view.backgroundColor = backgroundColor in setBackgroundColorAsync()
/expo/ios/versioned/sdk47/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift29 …UIApplication.shared.delegate?.window, let backgroundColor = window?.rootViewController?.view.back… in getBackgroundColor()
30 color = ABI47_0_0EXUtilities.hexString(with: backgroundColor) in getBackgroundColor()
40 window?.backgroundColor = nil in setBackgroundColorAsync()
41 window?.rootViewController?.view.backgroundColor = UIColor.white in setBackgroundColorAsync()
45 let backgroundColor = ABI47_0_0EXUtilities.uiColor(color) in setBackgroundColorAsync() variable
50 window?.backgroundColor = backgroundColor in setBackgroundColorAsync()
51 window?.rootViewController?.view.backgroundColor = backgroundColor in setBackgroundColorAsync()
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DgetIosSplashConfig.ts11 backgroundColor: string; property
18 backgroundColor?: string | null;
34 backgroundColor: splash.backgroundColor ?? defaultBackgroundColor,
39 backgroundColor: splash.dark?.backgroundColor,
52 backgroundColor: splash.backgroundColor ?? defaultBackgroundColor,
57 backgroundColor: null,
65 backgroundColor: '#ffffff',
H A DwithAndroidSplashScreen.ts19 const backgroundColor = splashConfig?.backgroundColor || '#ffffff';
20 if (config.androidStatusBar?.backgroundColor) {
22 backgroundColor.toLowerCase() !== config.androidStatusBar?.backgroundColor?.toLowerCase?.()
31 config.androidStatusBar.backgroundColor = backgroundColor;
H A DwithAndroidSplashStyles.ts22 const backgroundColor = getSplashBackgroundColor(config);
23 config.modResults = setSplashColorsForTheme(config.modResults, backgroundColor);
27 const backgroundColor = getSplashDarkBackgroundColor(config);
28 config.modResults = setSplashColorsForTheme(config.modResults, backgroundColor);
58 return getAndroidSplashConfig(config)?.backgroundColor ?? null;
62 return getAndroidDarkSplashConfig(config)?.backgroundColor ?? null;
77 backgroundColor: string | null
79 return Colors.assignColorValue(colors, { value: backgroundColor, name: SPLASH_COLOR_NAME });
H A DgetAndroidSplashConfig.ts9 backgroundColor: string | null;
28 backgroundColor: splash.backgroundColor ?? null,
41 backgroundColor: splash.backgroundColor ?? null,
63 backgroundColor: splash.backgroundColor ?? null,
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts56 backgroundColor,
95 backgroundColor: config.android?.adaptiveIcon?.backgroundColor ?? null,
110 backgroundColor,
152 backgroundColor,
170 backgroundColor,
219 value: backgroundColor,
275 backgroundColor,
299 backgroundColor: backgroundImage ? 'transparent' : backgroundColor ?? 'transparent',
376 backgroundColor,
382 backgroundColor: string;
[all …]
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts35 const backgroundColor = getRootViewBackgroundColor(config); constant
37 if (backgroundColor) {
51 const backgroundColor = getRootViewBackgroundColor(config); constant
52 if (!backgroundColor) {
55 let color = normalizeColor(backgroundColor);
62 debug(`Convert color: ${backgroundColor} -> ${color}`);
68 return config.ios?.backgroundColor || config.backgroundColor || null;
/expo/packages/expo-status-bar/build/
H A DExpoStatusBar.android.js6 …const { style, animated, hidden, backgroundColor: backgroundColorProp, translucent: translucentPro…
15 let backgroundColor = backgroundColorProp;
16 if (translucent && !backgroundColor) {
17 backgroundColor = 'transparent';
19 …(StatusBar, { translucent: translucent, barStyle: barStyle, backgroundColor: backgroundColor, anim… property
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.js91 backgroundColor,
106 backgroundColor,
128 …config.modResults = setBackgroundColor(backgroundColor !== null && backgroundColor !== void 0 ? ba…
153 backgroundColor,
181 backgroundColor,
193 backgroundColor,
232 value: backgroundColor,
266 backgroundColor,
283backgroundColor: backgroundImage ? 'transparent' : backgroundColor !== null && backgroundColor !==…
346 backgroundColor,
[all …]
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosRootViewBackgroundColor.ts23 const backgroundColor = getRootViewBackgroundColor(config); constant
24 if (!backgroundColor) {
27 let color = normalizeColor(backgroundColor);
34 debug(`Convert color: ${backgroundColor} -> ${color}`);
40 return config.ios?.backgroundColor || config.backgroundColor || null;
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts71 backgroundColor?: string; property
116 backgroundColor?: string;
147 backgroundColor?: string;
296 backgroundColor?: string; property
330 backgroundColor?: string; property
430 backgroundColor?: string;
504 backgroundColor?: string; property
532 backgroundColor?: string;
634 backgroundColor?: string;
850 backgroundColor?: string; property
[all …]
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts69 backgroundColor?: string; property
114 backgroundColor?: string;
145 backgroundColor?: string;
292 backgroundColor?: string; property
326 backgroundColor?: string; property
426 backgroundColor?: string;
500 backgroundColor?: string; property
528 backgroundColor?: string;
630 backgroundColor?: string;
838 backgroundColor?: string; property
[all …]
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.js59 const backgroundColor = getRootViewBackgroundColor(config);
60 if (backgroundColor) {
66 const backgroundColor = getRootViewBackgroundColor(config);
67 if (!backgroundColor) {
70 let color = (0, _normalizeColor().default)(backgroundColor);
76 debug(`Convert color: ${backgroundColor} -> ${color}`);
82 … null || _config$ios === void 0 ? void 0 : _config$ios.backgroundColor) || config.backgroundColor
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxButton.tsx14 backgroundColor: {
27 let backgroundColor = props.backgroundColor;
28 if (!backgroundColor) {
29 backgroundColor = {
39 backgroundColor: pressed ? backgroundColor.pressed : backgroundColor.default,
/expo/packages/expo-status-bar/src/
H A DExpoStatusBar.android.tsx13 backgroundColor: backgroundColorProp,
25 // If translucent and no backgroundColor is provided, then use transparent
27 let backgroundColor = backgroundColorProp;
28 if (translucent && !backgroundColor) {
29 backgroundColor = 'transparent';
36 backgroundColor={backgroundColor}
/expo/packages/expo-navigation-bar/plugin/src/__tests__/
H A DwithNavigationBar-test.ts23 backgroundColor: undefined,
34 backgroundColor: '#fff000',
40 backgroundColor: '#fff000',
53 backgroundColor: '#fff000',
70 backgroundColor: 'blue',
80 backgroundColor: 'blue',
97 backgroundColor: 'blue',
212 backgroundColor: '#ff00ff',
223 backgroundColor: '#ff00ff',
236 { backgroundColor: '#111111', barStyle: 'dark' },
[all …]
/expo/packages/expo-system-ui/plugin/build/
H A DwithIosRootViewBackgroundColor.js22 const backgroundColor = getRootViewBackgroundColor(config);
23 if (!backgroundColor) {
27 let color = (0, normalize_color_1.default)(backgroundColor);
33 debug(`Convert color: ${backgroundColor} -> ${color}`);
39 return config.ios?.backgroundColor || config.backgroundColor || null;
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DgetIosSplashConfig.js21backgroundColor: (_splash$backgroundCol = splash.backgroundColor) !== null && _splash$backgroundCo…
26backgroundColor: (_splash$dark2 = splash.dark) === null || _splash$dark2 === void 0 ? void 0 : _sp…
39backgroundColor: (_splash$backgroundCol2 = splash.backgroundColor) !== null && _splash$backgroundC…
44 backgroundColor: null,
51 backgroundColor: '#ffffff',
/expo/docs/pages/ui-programming/
H A Dz-index.mdx28 backgroundColor: '#e1e4e8',
32 <View style={[styles.item, { backgroundColor: '#6638f0' }]} />
34 <View style={[styles.item, { backgroundColor: '#5cc9f5' }]} />
44 backgroundColor: '#fff',
90 backgroundColor: '#e1e4e8',
106 backgroundColor: '#fff',
154 backgroundColor: '#e1e4e8',
167 backgroundColor: '#fff',
227 backgroundColor: '#fff',
285 backgroundColor: '#fff',
[all …]
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DgetAndroidSplashConfig-test.ts6 splash: { backgroundColor: 'red', image: 'a' },
11 expect(config.backgroundColor).toBe(null);
17 splash: { backgroundColor: 'red', image: 'a' },
22 expect(config.backgroundColor).toBe(null);
H A DwithAndroidSplashImages-test.ts30 backgroundColor: '#ff0000',
37 backgroundColor: '#ff00ff',
75 backgroundColor: '#ff0000',
78 backgroundColor: '#ff00ff',
112 backgroundColor: '#ff0000',
/expo/packages/expo-dev-client-components/src/
H A DButton.tsx72 default: { backgroundColor: lightTheme.background.default },
73 primary: { backgroundColor: lightTheme.button.primary.background },
76 ghost: { backgroundColor: lightTheme.button.ghost.background },
78 disabled: { backgroundColor: lightTheme.status.default },
97 default: { backgroundColor: darkTheme.background.default },
98 primary: { backgroundColor: darkTheme.button.primary.background },
101 ghost: { backgroundColor: darkTheme.button.ghost.background },
103 disabled: { backgroundColor: darkTheme.status.default },
201 let backgroundColor = 'transparent';
204 backgroundColor = highlightColorMap[theme][props.bg];
[all …]

12345678910>>...39