Home
last modified time | relevance | path

Searched refs:BACKGROUND (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt34 BACKGROUND(0),
63 val sessionType: SessionType = SessionType.BACKGROUND
77 val sessionType: SessionType = SessionType.BACKGROUND,
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt34 BACKGROUND(0),
63 val sessionType: SessionType = SessionType.BACKGROUND
77 val sessionType: SessionType = SessionType.BACKGROUND,
/expo/packages/expo-file-system/build/
H A DFileSystem.js205 sessionType: FileSystemSessionType.BACKGROUND,
242 sessionType: FileSystemSessionType.BACKGROUND,
328 sessionType: FileSystemSessionType.BACKGROUND,
H A DFileSystem.types.d.ts11 BACKGROUND = 0, enumerator
H A DFileSystem.types.js.map1BACKGROUND = 0,\n /**\n * Using this mode means that downloading/uploading session on the nativ…
H A DFileSystem.js.map1BACKGROUND,\n ...options,\n });\n}\n\n/**\n * Upload the contents of the file pointed by `file…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DPaymentSheetAppearance.kt48 …surface = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND), defa… in buildColors()
95 …background = colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND)?.trim()?.replace("#", ""… in buildPrimaryButtonColors()
152 const val BACKGROUND = "background" constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DPaymentSheetAppearance.kt47 …surface = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND), defa… in buildColors()
94 …background = colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND)?.trim()?.replace("#", ""… in buildPrimaryButtonColors()
151 const val BACKGROUND = "background" constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DPaymentSheetAppearance.kt48 …surface = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND), defa… in buildColors()
95 …background = colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND)?.trim()?.replace("#", ""… in buildPrimaryButtonColors()
152 const val BACKGROUND = "background" constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DPaymentSheetAppearance.kt49 …surface = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND), defa… in buildColors()
96 …background = colorParams.getString(PaymentSheetAppearanceKeys.BACKGROUND)?.trim()?.replace("#", ""… in buildPrimaryButtonColors()
153 const val BACKGROUND = "background" constant
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts11 BACKGROUND = 0, enumerator
H A DFileSystem.ts261 sessionType: FileSystemSessionType.BACKGROUND,
304 sessionType: FileSystemSessionType.BACKGROUND,
421 sessionType: FileSystemSessionType.BACKGROUND,
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift58 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildColors()
122 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildPrimaryButton()
180 static let BACKGROUND = "background" variable
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift58 …eSdk.buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildColors()
122 …eSdk.buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildPrimaryButton()
180 static let BACKGROUND = "background" variable
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift58 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildColors()
122 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildPrimaryButton()
180 static let BACKGROUND = "background" variable
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift58 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildColors()
122 … try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.BACKGROUND, lightParams: li… in buildPrimaryButton()
180 static let BACKGROUND = "background" variable
/expo/packages/expo-notifications/build/
H A DregisterTaskAsync.js.map1 …om 'expo-notifications';\n *\n * const BACKGROUND_NOTIFICATION_TASK = 'BACKGROUND-NOTIFICATION-TAS…
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx13 const BACKGROUND_NOTIFICATION_TASK = 'BACKGROUND-NOTIFICATION-TASK';
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx214 - **FileSystem.FileSystemSessionType.BACKGROUND** -- Using this mode means that the downloading/upl…
412 …ays work in the background and you can't change it. Defaults to `FileSystemSessionType.BACKGROUND`.
465 …ays work in the background and you can't change it. Defaults to `FileSystemSessionType.BACKGROUND`.
H A Dnotifications.mdx756 const BACKGROUND_NOTIFICATION_TASK = 'BACKGROUND-NOTIFICATION-TASK';
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx756 const BACKGROUND_NOTIFICATION_TASK = 'BACKGROUND-NOTIFICATION-TASK';
/expo/packages/expo-notifications/
H A DREADME.md770 const BACKGROUND_NOTIFICATION_TASK = 'BACKGROUND-NOTIFICATION-TASK';