Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 25 of 47) sorted by relevance

12

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.js10 …rts.getBackgroundDarkColor = exports.getBackgroundLightColor = exports.getBackgroundColor = void 0;
11 function getBackgroundColor(opacity) { function
15 exports.getBackgroundColor = getBackgroundColor;
H A DLogBoxStyle.d.ts8 export declare function getBackgroundColor(opacity?: number): string; function
H A DLogBoxButton.js42 default: LogBoxStyle.getBackgroundColor(0.95),
43 pressed: LogBoxStyle.getBackgroundColor(0.6),
/expo/packages/expo-blur/build/
H A DgetBackgroundColor.d.ts.map1 {"version":3,"file":"getBackgroundColor.d.ts","sourceRoot":"","sources":["../src/getBackgroundColor
H A DBlurView.web.js3 import getBackgroundColor from './getBackgroundColor';
40 backgroundColor: getBackgroundColor(Math.min(intensity, 100), tint),
H A DgetBackgroundColor.d.ts2 export default function getBackgroundColor(intensity: number, tint: BlurTint): string; function
H A DgetBackgroundColor.js1 export default function getBackgroundColor(intensity, tint) { function
H A DgetBackgroundColor.js.map1getBackgroundColor.js","sourceRoot":"","sources":["../src/getBackgroundColor.ts"],"names":[],"mapp…
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DNativeResourcesBasedSplashScreenViewProvider.kt22 splashScreenView.setBackgroundColor(getBackgroundColor(context)) in createSplashScreenView()
30 private fun getBackgroundColor(context: Context): Int { in getBackgroundColor() method
/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()
30 private fun getBackgroundColor(context: Context): Int { in getBackgroundColor() method
/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()
30 private fun getBackgroundColor(context: Context): Int { in getBackgroundColor() method in abi47_0_0.expo.modules.splashscreen.NativeResourcesBasedSplashScreenViewProvider
/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()
30 private fun getBackgroundColor(context: Context): Int { in getBackgroundColor() method in abi49_0_0.expo.modules.splashscreen.NativeResourcesBasedSplashScreenViewProvider
/expo/ios/versioned/sdk48/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift17 Self.getBackgroundColor() in definition()
25 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/ios/versioned/sdk47/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift17 Self.getBackgroundColor() in definition()
25 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/packages/expo-system-ui/ios/ExpoSystemUI/
H A DExpoSystemUIModule.swift23 Self.getBackgroundColor() in definition()
31 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/ios/versioned/sdk49/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift23 Self.getBackgroundColor() in definition()
31 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/packages/expo-blur/src/
H A DBlurView.web.tsx5 import getBackgroundColor from './getBackgroundColor';
49 backgroundColor: getBackgroundColor(Math.min(intensity, 100), tint),
H A DgetBackgroundColor.ts3 export default function getBackgroundColor(intensity: number, tint: BlurTint): string { function
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxButton.tsx30 default: LogBoxStyle.getBackgroundColor(0.95),
31 pressed: LogBoxStyle.getBackgroundColor(0.6),
H A DLogBoxStyle.ts9 export function getBackgroundColor(opacity?: number): string { function
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToast.js61 : LogBoxStyle.getBackgroundColor(),
111 textShadow: `0px 0px 3px ${LogBoxStyle.getBackgroundColor(0.8)}`,
141 backgroundColor: LogBoxStyle.getBackgroundColor(),
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToast.tsx55 : LogBoxStyle.getBackgroundColor(),
131 textShadow: `0px 0px 3px ${LogBoxStyle.getBackgroundColor(0.8)}`,
163 backgroundColor: LogBoxStyle.getBackgroundColor(),
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorFooter.tsx58 : LogBoxStyle.getBackgroundColor(),
93 backgroundColor: LogBoxStyle.getBackgroundColor(1),
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorFooter.js65 : LogBoxStyle.getBackgroundColor(),
93 backgroundColor: LogBoxStyle.getBackgroundColor(1),
H A DLogBoxInspectorStackFrames.js108 pressed: LogBoxStyle.getBackgroundColor(1),
150 backgroundColor: LogBoxStyle.getBackgroundColor(),

12