Home
last modified time | relevance | path

Searched refs:getBackgroundColorAsync (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-system-ui/build/
H A DSystemUI.js31 export async function getBackgroundColorAsync() { function
32 return await ExpoSystemUI.getBackgroundColorAsync();
H A DExpoSystemUI.web.d.ts3 getBackgroundColorAsync(): any; constant
H A DSystemUI.d.ts22 export declare function getBackgroundColorAsync(): Promise<ColorValue | null>;
H A DExpoSystemUI.web.js8 getBackgroundColorAsync() {
H A DSystemUI.js.map1getBackgroundColorAsync();\n * ```\n * @returns Current root view background color in hex format. …
H A DExpoSystemUI.web.js.map1 …t {\n get name(): string {\n return 'ExpoSystemUI';\n },\n getBackgroundColorAsync() {\n …
/expo/packages/expo-system-ui/src/
H A DSystemUI.ts33 export async function getBackgroundColorAsync(): Promise<ColorValue | null> { function
34 return await ExpoSystemUI.getBackgroundColorAsync();
H A DExpoSystemUI.web.ts9 getBackgroundColorAsync() {
/expo/packages/expo-navigation-bar/build/
H A DNavigationBar.js58 export async function getBackgroundColorAsync() { function
63 return await ExpoNavigationBar.getBackgroundColorAsync();
H A DNavigationBar.d.ts35 export declare function getBackgroundColorAsync(): Promise<ColorValue>;
H A DNavigationBar.js.map1getBackgroundColorAsync();\n * ```\n * @returns Current navigation bar color in hex format. Return…
/expo/packages/expo-navigation-bar/src/
H A DNavigationBar.ts73 export async function getBackgroundColorAsync(): Promise<ColorValue> { function
78 return await ExpoNavigationBar.getBackgroundColorAsync();
/expo/apps/test-suite/tests/
H A DSystemUI.js24 getAsync: SystemUI.getBackgroundColorAsync,
H A DNavigationBar.js74 getAsync: NavigationBar.getBackgroundColorAsync,
/expo/apps/native-component-list/src/screens/
H A DSystemUIScreen.tsx35 onPress={async () => setColor(await SystemUI.getBackgroundColorAsync())}
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/systemui/
H A DSystemUIModule.kt58 fun getBackgroundColorAsync(promise: Promise) { in getBackgroundColorAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/navigationbar/
H A DNavigationBarModule.kt55 fun getBackgroundColorAsync(promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/navigationbar/
H A DNavigationBarModule.kt55 fun getBackgroundColorAsync(promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/navigationbar/
H A DNavigationBarModule.kt55 fun getBackgroundColorAsync(promise: Promise) { in <lambda>() method
/expo/packages/expo-system-ui/
H A DCHANGELOG.md112 - Fix `getBackgroundColorAsync` return type. ([#15127](https://github.com/expo/expo/pull/15127) by …