| /expo/packages/expo-system-ui/android/src/main/java/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 50 setBackgroundColor(color ?: systemBackgroundColor) in <lambda>() 63 private fun setBackgroundColor(color: Int) { in <lambda>() method 66 rootView?.setBackgroundColor(colorInt) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 50 setBackgroundColor(color ?: systemBackgroundColor) in <lambda>() 63 private fun setBackgroundColor(color: Int) { in <lambda>() method in abi49_0_0.expo.modules.systemui.SystemUIModule 66 rootView?.setBackgroundColor(colorInt) in <lambda>()
|
| /expo/packages/expo-status-bar/src/ |
| H A D | setStatusBarBackgroundColor.ts | 11 StatusBar.setBackgroundColor(backgroundColor, animated);
|
| /expo/packages/expo-status-bar/build/ |
| H A D | setStatusBarBackgroundColor.js | 10 StatusBar.setBackgroundColor(backgroundColor, animated);
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 47 rootView.setBackgroundColor(color) in setBackgroundColorAsync() 51 rootView.setBackgroundColor(Color.WHITE) in setBackgroundColorAsync()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTSegmentedControl.m | 40 - (void)setBackgroundColor:(UIColor *)backgroundColor 45 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTSegmentedControl.m | 40 - (void)setBackgroundColor:(UIColor *)backgroundColor 45 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTSegmentedControl.m | 40 - (void)setBackgroundColor:(UIColor *)backgroundColor 45 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/StatusBar/ |
| H A D | StatusBar.d.ts | 105 static setBackgroundColor: (color: ColorValue, animated?: boolean) => void;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/StatusBar/ |
| H A D | StatusBar.d.ts | 105 static setBackgroundColor: (color: ColorValue, animated?: boolean) => void;
|
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/ |
| H A D | ExpoImageView.kt | 165 internal fun setBackgroundColor(color: Int?) { in <lambda>() method 167 setBackgroundColor(Color.TRANSPARENT) in <lambda>() 169 setBackgroundColor(color) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/ |
| H A D | ExpoImageView.kt | 158 internal fun setBackgroundColor(color: Int?) { in <lambda>() method 160 setBackgroundColor(Color.TRANSPARENT) in <lambda>() 162 setBackgroundColor(color) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/ |
| H A D | ExpoImageView.kt | 165 internal fun setBackgroundColor(color: Int?) { in <lambda>() method 167 setBackgroundColor(Color.TRANSPARENT) in <lambda>() 169 setBackgroundColor(color) in <lambda>()
|
| /expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/ |
| H A D | NativeResourcesBasedSplashScreenViewProvider.kt | 22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/ |
| H A D | NativeResourcesBasedSplashScreenViewProvider.kt | 22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/ |
| H A D | NativeResourcesBasedSplashScreenViewProvider.kt | 22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/ |
| H A D | NativeResourcesBasedSplashScreenViewProvider.kt | 22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/splashscreen/ |
| H A D | DevLauncherSplashScreen.kt | 17 setBackgroundColor(Color.WHITE)
|
| /expo/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/ios/ |
| H A D | RNCSegmentedControl.m | 48 - (void)setBackgroundColor:(UIColor *)backgroundColor { 52 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/vendored/sdk47/@react-native-segmented-control/segmented-control/ios/ |
| H A D | ABI47_0_0RNCSegmentedControl.m | 48 - (void)setBackgroundColor:(UIColor *)backgroundColor { 52 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/vendored/sdk48/@react-native-segmented-control/segmented-control/ios/ |
| H A D | ABI48_0_0RNCSegmentedControl.m | 48 - (void)setBackgroundColor:(UIColor *)backgroundColor { 52 [super setBackgroundColor:backgroundColor];
|
| /expo/ios/vendored/sdk49/@react-native-segmented-control/segmented-control/ios/ |
| H A D | ABI49_0_0RNCSegmentedControl.m | 48 - (void)setBackgroundColor:(UIColor *)backgroundColor { 52 [super setBackgroundColor:backgroundColor];
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/picker/ |
| H A D | ReactPickerManager.java | 117 public void setBackgroundColor(ReactPicker view, @Nullable int color) { in setBackgroundColor() method in ReactPickerManager 118 view.setBackgroundColor(color); in setBackgroundColor() 275 convertView.setBackgroundColor(style.getInt("backgroundColor")); in getView() 277 convertView.setBackgroundColor(Color.TRANSPARENT); in getView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/systemui/ |
| H A D | SystemUIModule.kt | 20 rootView.setBackgroundColor(colorInt) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/picker/ |
| H A D | ReactPickerManager.java | 117 public void setBackgroundColor(ReactPicker view, @Nullable int color) { in setBackgroundColor() method in ReactPickerManager 118 view.setBackgroundColor(color); in setBackgroundColor() 275 convertView.setBackgroundColor(style.getInt("backgroundColor")); in getView() 277 convertView.setBackgroundColor(Color.TRANSPARENT); in getView()
|