Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 107) sorted by relevance

12345

/expo/packages/expo-notifications/plugin/__mocks__/@expo/
H A Dimage-utils.ts6 export async function compositeImagesAsync({ foreground }) {
7 return foreground;
/expo/packages/expo-updates/plugin/__mocks__/@expo/
H A Dimage-utils.ts6 export async function compositeImagesAsync({ foreground }) {
7 return foreground;
/expo/packages/@expo/config-plugins/__mocks__/@expo/
H A Dimage-utils.ts6 export async function compositeImagesAsync({ foreground }) {
7 return foreground;
/expo/packages/@expo/prebuild-config/__mocks__/@expo/
H A Dimage-utils.ts6 export async function compositeImagesAsync({ foreground }) {
7 return foreground;
/expo/packages/expo-dev-client-components/src/
H A DButton.tsx32 primary: { color: lightTheme.button.primary.foreground },
33 secondary: { color: lightTheme.button.secondary.foreground },
34 tertiary: { color: lightTheme.button.tertiary.foreground },
35 ghost: { color: lightTheme.button.ghost.foreground },
36 transparent: { color: lightTheme.button.transparent.foreground },
48 primary: { color: darkTheme.button.primary.foreground },
49 secondary: { color: darkTheme.button.secondary.foreground },
50 tertiary: { color: darkTheme.button.tertiary.foreground },
51 ghost: { color: darkTheme.button.ghost.foreground },
52 transparent: { color: darkTheme.button.transparent.foreground },
/expo/packages/@expo/cli/__mocks__/@expo/
H A Dimage-utils.ts14 export async function compositeImagesAsync({ foreground }) {
15 return foreground;
/expo/home/components/
H A DButton.tsx25 color: expoTheme.button.primary.foreground,
30 color: expoTheme.button.secondary.foreground,
35 color: expoTheme.button.tertiary.foreground,
40 color: expoTheme.button.ghost.foreground,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts32 foreground?: null | boolean | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Pressable/
H A DPressable.d.ts32 foreground?: null | boolean | undefined; property
/expo/home/screens/ProjectScreen/
H A DWarningBox.tsx28 <Text type="InterSemiBold" style={{ color: theme.button.tertiary.foreground }} size="small">
H A DEmptySection.tsx31 <Text type="InterSemiBold" style={{ color: theme.button.ghost.foreground }} size="small">
/expo/docs/pages/develop/user-interface/
H A Dapp-icons.mdx34 The Android Adaptive Icon is formed from two separate layers &mdash; a foreground image and a backg…
39 - Use the `android.adaptiveIcon.foregroundImage` property to specify the path to your foreground im…
41 …Icon.backgroundImage` property. Make sure that it has the same dimensions as your foreground image.
43 …ndroid.icon` property. This single icon would be a combination of your foreground and background l…
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift62 case foreground = 1
/expo/home/screens/BranchDetailsScreen/
H A DEmptySection.tsx33 <Text type="InterSemiBold" style={{ color: theme.button.ghost.foreground }} size="small">
H A DBranchHeader.tsx44 <Text type="InterSemiBold" style={{ color: theme.button.tertiary.foreground }}>
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h106 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
109 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
119 …, SkImageFilters::Blend(std::move(mode), std::move(background), std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h106 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
109 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
119 …, SkImageFilters::Blend(std::move(mode), std::move(background), std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h110 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
113 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
125 std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkImageFilters.h88 sk_sp<SkImageFilter> foreground,
99 sk_sp<SkImageFilter> foreground = nullptr,
110 sk_sp<SkImageFilter> foreground = nullptr,
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkImageFilters.h88 sk_sp<SkImageFilter> foreground,
99 sk_sp<SkImageFilter> foreground = nullptr,
110 sk_sp<SkImageFilter> foreground = nullptr,
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkImageFilters.h88 sk_sp<SkImageFilter> foreground,
99 sk_sp<SkImageFilter> foreground = nullptr,
110 sk_sp<SkImageFilter> foreground = nullptr,
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkImageFilters.h88 sk_sp<SkImageFilter> foreground,
99 sk_sp<SkImageFilter> foreground = nullptr,
110 sk_sp<SkImageFilter> foreground = nullptr,
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h110 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
113 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
125 std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h110 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
113 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
125 std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkImageFilterFactory.h110 sk_sp<SkImageFilter> foreground = nullptr; in JSI_HOST_FUNCTION() local
113 foreground = JsiSkImageFilter::fromValue(runtime, arguments[2]); in JSI_HOST_FUNCTION()
125 std::move(foreground), cropRect))); in JSI_HOST_FUNCTION()

12345