Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 161) sorted by relevance

1234567

/expo/packages/expo-image/android/src/main/java/expo/modules/image/enums/
H A DImageCacheType.kt6 NONE(DataSource.LOCAL, DataSource.REMOTE),
12 values().firstOrNull { it.dataSources.contains(value) } ?: NONE in fromNativeValue()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/enums/
H A DImageCacheType.kt6 NONE(DataSource.LOCAL, DataSource.REMOTE),
12 values().firstOrNull { it.dataSources.contains(value) } ?: NONE in fromNativeValue()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/enums/
H A DImageCacheType.kt6 NONE(DataSource.LOCAL, DataSource.REMOTE),
12 values().firstOrNull { it.dataSources.contains(value) } ?: NONE in fromNativeValue()
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/
H A DRNViewConfigurationHelper.kt25 return PointerEventsConfig.NONE in getPointerEventsConfigForView()
32 PointerEvents.NONE -> PointerEventsConfig.NONE in getPointerEventsConfigForView()
/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/react/
H A DRNViewConfigurationHelper.kt25 return PointerEventsConfig.NONE in getPointerEventsConfigForView()
32 PointerEvents.NONE -> PointerEventsConfig.NONE in getPointerEventsConfigForView()
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/react/
H A DRNViewConfigurationHelper.kt25 return PointerEventsConfig.NONE in getPointerEventsConfigForView()
32 PointerEvents.NONE -> PointerEventsConfig.NONE in getPointerEventsConfigForView()
/expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/react/
H A DRNViewConfigurationHelper.kt25 return PointerEventsConfig.NONE in getPointerEventsConfigForView()
32 PointerEvents.NONE -> PointerEventsConfig.NONE in getPointerEventsConfigForView()
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/
H A DPromiseMock.kt7 NONE,
15 var state = PromiseState.NONE
/expo/packages/expo-calendar/build/
H A DCalendar.d.ts774 NONE: string;
797 NONE: string; constant
809 NONE: string; constant
819 NONE: string; constant
843 NONE: string; constant
/expo/packages/expo-modules-test-core/android/src/main/java/expo/modules/test/core/
H A DPromiseMock.kt7 NONE,
20 var state = PromiseState.NONE
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DFrontendConverterProvider.cpp13 RegisterConverter(CppType::NONE, UnknownFrontendConverter); in createConverters()
32 CppType finalType = CppType::NONE; in createConverters()
87 return simpleConverters.at(CppType::NONE); in obtainConverter()
115 return simpleConverters.at(CppType::NONE); in obtainConverterForSingleType()
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/functions/
H A DAnyFunctionTest.kt49 Truth.assertThat(promise.state).isEqualTo(PromiseState.NONE) in call should throw if pass more arguments then expected()
67 Truth.assertThat(promise.state).isEqualTo(PromiseState.NONE) in call should throw if pass less arguments then expected()
90 Truth.assertThat(promise.state).isEqualTo(PromiseState.NONE) in call should throw if cannot convert args()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap10 status="NONE"
54 status="NONE"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap10 status="NONE"
54 status="NONE"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap10 status="NONE"
54 status="NONE"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap33 "status": "NONE",
52 "status": "NONE",
H A DLogBoxInspectorContainer-test.js.snap41 "status": "NONE",
78 "status": "NONE",
137 "status": "NONE",
188 "status": "NONE",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap33 "status": "NONE",
52 "status": "NONE",
H A DLogBoxInspectorContainer-test.js.snap41 "status": "NONE",
78 "status": "NONE",
137 "status": "NONE",
188 "status": "NONE",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap33 "status": "NONE",
52 "status": "NONE",
H A DLogBoxInspectorContainer-test.js.snap41 "status": "NONE",
78 "status": "NONE",
137 "status": "NONE",
188 "status": "NONE",
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/
H A DPointerEventsConfig.kt7 NONE,
/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/
H A DPointerEventsConfig.kt7 NONE,
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/core/
H A DPointerEventsConfig.kt7 NONE,
/expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/core/
H A DPointerEventsConfig.kt7 NONE,

1234567