Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 129) sorted by relevance

123456

/expo/packages/expo-system-ui/android/src/main/java/expo/modules/systemui/
H A DSystemUIModule.kt50 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 DSystemUIModule.kt50 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 DsetStatusBarBackgroundColor.ts11 StatusBar.setBackgroundColor(backgroundColor, animated);
/expo/packages/expo-status-bar/build/
H A DsetStatusBarBackgroundColor.js10 StatusBar.setBackgroundColor(backgroundColor, animated);
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/systemui/
H A DSystemUIModule.kt47 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 DABI49_0_0RCTSegmentedControl.m40 - (void)setBackgroundColor:(UIColor *)backgroundColor
45 [super setBackgroundColor:backgroundColor];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTSegmentedControl.m40 - (void)setBackgroundColor:(UIColor *)backgroundColor
45 [super setBackgroundColor:backgroundColor];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTSegmentedControl.m40 - (void)setBackgroundColor:(UIColor *)backgroundColor
45 [super setBackgroundColor:backgroundColor];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/StatusBar/
H A DStatusBar.d.ts105 static setBackgroundColor: (color: ColorValue, animated?: boolean) => void;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/StatusBar/
H A DStatusBar.d.ts105 static setBackgroundColor: (color: ColorValue, animated?: boolean) => void;
/expo/packages/expo-image/android/src/main/java/expo/modules/image/
H A DExpoImageView.kt165 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 DExpoImageView.kt158 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 DExpoImageView.kt165 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 DNativeResourcesBasedSplashScreenViewProvider.kt22 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 DNativeResourcesBasedSplashScreenViewProvider.kt22 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 DNativeResourcesBasedSplashScreenViewProvider.kt22 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 DNativeResourcesBasedSplashScreenViewProvider.kt22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/splashscreen/
H A DDevLauncherSplashScreen.kt17 setBackgroundColor(Color.WHITE)
/expo/ios/vendored/unversioned/@react-native-segmented-control/segmented-control/ios/
H A DRNCSegmentedControl.m48 - (void)setBackgroundColor:(UIColor *)backgroundColor {
52 [super setBackgroundColor:backgroundColor];
/expo/ios/vendored/sdk47/@react-native-segmented-control/segmented-control/ios/
H A DABI47_0_0RNCSegmentedControl.m48 - (void)setBackgroundColor:(UIColor *)backgroundColor {
52 [super setBackgroundColor:backgroundColor];
/expo/ios/vendored/sdk48/@react-native-segmented-control/segmented-control/ios/
H A DABI48_0_0RNCSegmentedControl.m48 - (void)setBackgroundColor:(UIColor *)backgroundColor {
52 [super setBackgroundColor:backgroundColor];
/expo/ios/vendored/sdk49/@react-native-segmented-control/segmented-control/ios/
H A DABI49_0_0RNCSegmentedControl.m48 - (void)setBackgroundColor:(UIColor *)backgroundColor {
52 [super setBackgroundColor:backgroundColor];
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/picker/
H A DReactPickerManager.java117 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 DSystemUIModule.kt20 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 DReactPickerManager.java117 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()

123456