Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 47) sorted by relevance

12

/expo/packages/expo-font/src/__tests__/
H A DFontLoader-test.web.ts31 for (const value of ['foo', false, null, undefined, true, {}, 'System']) { constant
40 for (const value of ['foo', false, null, undefined, true, {}, 'System']) { constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java41 …NotificationsService.Companion.present(getContext(), notification, null, new ResultReceiver(null) { in presentNotificationAsync() local
57 NotificationsService.Companion.getAllPresented(getContext(), new ResultReceiver(null) { in getPresentedNotificationsAsync() argument
74 …cationsService.Companion.dismiss(getContext(), new String[]{identifier}, new ResultReceiver(null) { in dismissNotificationAsync() argument
90 NotificationsService.Companion.dismissAll(getContext(), new ResultReceiver(null) { in dismissAllNotificationsAsync() argument
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java41 …NotificationsService.Companion.present(getContext(), notification, null, new ResultReceiver(null) { in presentNotificationAsync() local
57 NotificationsService.Companion.getAllPresented(getContext(), new ResultReceiver(null) { in getPresentedNotificationsAsync() argument
74 …cationsService.Companion.dismiss(getContext(), new String[]{identifier}, new ResultReceiver(null) { in dismissNotificationAsync() argument
90 NotificationsService.Companion.dismissAll(getContext(), new ResultReceiver(null) { in dismissAllNotificationsAsync() argument
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java41 …NotificationsService.Companion.present(getContext(), notification, null, new ResultReceiver(null) { in presentNotificationAsync() argument
57 NotificationsService.Companion.getAllPresented(getContext(), new ResultReceiver(null) { in getPresentedNotificationsAsync() argument
74 …cationsService.Companion.dismiss(getContext(), new String[]{identifier}, new ResultReceiver(null) { in dismissNotificationAsync() argument
90 NotificationsService.Companion.dismissAll(getContext(), new ResultReceiver(null) { in dismissAllNotificationsAsync() argument
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DgetIosSplashConfig.ts30 const image = splash.image ?? null; constant
48 const image = splash.image ?? null; constant
/expo/packages/expo-notifications/
H A DREADME.md541 #### Returns
549 #### Examples
1065 #### Arguments
1069 #### Returns
1073 #### Examples
1145 #### Arguments
1149 #### Returns
1165 #### Returns
1197 #### Returns
1211 #### Returns
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java58 NotificationsService.Companion.getCategories(getContext(), new ResultReceiver(null) { in getNotificationCategoriesAsync() argument
89 …setCategory(getContext(), new NotificationCategory(identifier, actions), new ResultReceiver(null) { in setNotificationCategoryAsync() argument
104 … NotificationsService.Companion.deleteCategory(getContext(), identifier, new ResultReceiver(null) { in deleteNotificationCategoryAsync() argument
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java58 NotificationsService.Companion.getCategories(getContext(), new ResultReceiver(null) { in getNotificationCategoriesAsync() argument
89 …setCategory(getContext(), new NotificationCategory(identifier, actions), new ResultReceiver(null) { in setNotificationCategoryAsync() argument
104 … NotificationsService.Companion.deleteCategory(getContext(), identifier, new ResultReceiver(null) { in deleteNotificationCategoryAsync() argument
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java58 NotificationsService.Companion.getCategories(getContext(), new ResultReceiver(null) { in getNotificationCategoriesAsync() argument
89 …setCategory(getContext(), new NotificationCategory(identifier, actions), new ResultReceiver(null) { in setNotificationCategoryAsync() argument
104 … NotificationsService.Companion.deleteCategory(getContext(), identifier, new ResultReceiver(null) { in deleteNotificationCategoryAsync() argument
/expo/packages/expo-updates/src/
H A DUpdates.ts35 export const channel: string | null = ExpoUpdates.channel ?? null; constant
40 export const runtimeVersion: string | null = ExpoUpdates.runtimeVersion ?? null; constant
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java116 callback.invoke(AsyncStorageErrorUtil.getInvalidKeyError(null), null); in multiGet() local
124 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in multiGet() local
394 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in getAllKeys() local
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java116 callback.invoke(AsyncStorageErrorUtil.getInvalidKeyError(null), null); in multiGet() local
124 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in multiGet() local
394 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in getAllKeys() local
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java116 callback.invoke(AsyncStorageErrorUtil.getInvalidKeyError(null), null); in multiGet() local
124 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in multiGet() local
394 callback.invoke(AsyncStorageErrorUtil.getDBError(null), null); in getAllKeys() local
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroTerminalReporter.ts218 const platform = bundleDetails?.platform ?? null; constant
229 const env = bundleDetails?.customTransformOptions?.environment ?? null; constant
/expo/packages/@expo/config-plugins/src/ios/
H A DUpdates.ts230 const currentRuntimeVersion = expoPlist.EXUpdatesRuntimeVersion ?? null; constant
231 const currentSdkVersion = expoPlist.EXUpdatesSDKVersion ?? null; constant
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/keyboardObserver/
H A DReanimatedKeyboardEventListener.java142 ViewCompat.setOnApplyWindowInsetsListener(getRootView(), null); in bringBackWindowInsets() local
143 ViewCompat.setWindowInsetsAnimationCallback(getRootView(), null); in bringBackWindowInsets() local
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/keyboardObserver/
H A DReanimatedKeyboardEventListener.java142 ViewCompat.setOnApplyWindowInsetsListener(getRootView(), null); in bringBackWindowInsets() local
143 ViewCompat.setWindowInsetsAnimationCallback(getRootView(), null); in bringBackWindowInsets() local
/expo/packages/expo-modules-core/ios/Tests/
H A DJavaScriptRuntimeSpec.swift23 let null = try! runtime.eval("null") in spec() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DJavaScriptRuntimeSpec.swift23 let null = try! runtime.eval("null") in spec() variable
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/keyboardObserver/
H A DReanimatedKeyboardEventListener.java149 ViewCompat.setOnApplyWindowInsetsListener(getRootView(), null); in bringBackWindowInsets() local
150 ViewCompat.setWindowInsetsAnimationCallback(getRootView(), null); in bringBackWindowInsets() local
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/keyboardObserver/
H A DReanimatedKeyboardEventListener.java149 ViewCompat.setOnApplyWindowInsetsListener(getRootView(), null); in bringBackWindowInsets() local
150 ViewCompat.setWindowInsetsAnimationCallback(getRootView(), null); in bringBackWindowInsets() local
/expo/packages/@expo/cli/src/export/
H A Dfavicon.ts55 const src = exp.web?.favicon ?? null; constant
/expo/packages/@expo/cli/src/start/server/middleware/
H A DInterstitialPageMiddleware.ts73 const sdkVersion = exp.sdkVersion ?? null; constant
/expo/packages/@expo/cli/src/utils/
H A Dport.ts94 const runningProcess = isRestricted ? null : getRunningProcess(defaultPort); constant
/expo/packages/@expo/metro-runtime/src/error-overlay/modules/ExceptionsManager/
H A Dindex.ts40 originalMessage: message === originalMessage ? null : originalMessage, constant

12