Home
last modified time | relevance | path

Searched defs:getStatusBarTranslucent (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenReactActivityLifecycleListener.kt31 private fun getStatusBarTranslucent(context: Context): Boolean = method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenReactActivityLifecycleListener.kt31 private fun getStatusBarTranslucent(context: Context): Boolean = method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenReactActivityLifecycleListener.kt39 private fun getStatusBarTranslucent(context: Context): Boolean = method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenReactActivityLifecycleListener.kt39 private fun getStatusBarTranslucent(context: Context): Boolean = method
/expo/packages/@expo/config-plugins/src/android/
H A DStatusBar.ts101 export function getStatusBarTranslucent(config: Pick<ExpoConfig, 'androidStatusBar'>): boolean { function
/expo/packages/@expo/config-plugins/build/android/
H A DStatusBar.js115 function getStatusBarTranslucent(config) { function