Home
last modified time | relevance | path

Searched defs:getBackgroundColor (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DNativeResourcesBasedSplashScreenViewProvider.kt30 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.kt30 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.kt30 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.kt30 private fun getBackgroundColor(context: Context): Int { in getBackgroundColor() method
/expo/packages/expo-blur/build/
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
/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxStyle.d.ts8 export declare function getBackgroundColor(opacity?: number): string; function
H A DLogBoxStyle.js11 function getBackgroundColor(opacity) { function
/expo/packages/expo-blur/src/
H A DgetBackgroundColor.ts3 export default function getBackgroundColor(intensity: number, tint: BlurTint): string { function
/expo/ios/versioned/sdk48/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift25 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/ios/versioned/sdk47/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift25 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/packages/expo-system-ui/ios/ExpoSystemUI/
H A DExpoSystemUIModule.swift31 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/ios/versioned/sdk49/ExpoSystemUI/ExpoSystemUI/
H A DExpoSystemUIModule.swift31 static func getBackgroundColor() -> String? { in getBackgroundColor() function
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxStyle.ts9 export function getBackgroundColor(opacity?: number): string { function