| /expo/packages/expo-av/android/src/main/java/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/packages/expo-modules-core/ios/Swift/DynamicTypes/ |
| H A D | DynamicViewType.swift | 21 guard let viewTag = findViewTag(jsValue) else { in cast() variable 24 return viewTag in cast() 31 guard let viewTag = value as? Int else { in cast<ValueType>() variable 37 guard let view = appContext.findView(withTag: viewTag, ofType: innerType.self) else { in cast<ValueType>() 38 throw Exceptions.ViewNotFound((tag: viewTag, type: innerType.self)) in cast<ValueType>() 49 if let viewTag = value as? Int { in findViewTag() variable 50 return viewTag in findViewTag()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DynamicTypes/ |
| H A D | DynamicViewType.swift | 21 guard let viewTag = findViewTag(jsValue) else { in cast() variable 24 return viewTag in cast() 31 guard let viewTag = value as? Int else { in cast<ValueType>() variable 37 guard let view = appContext.findView(withTag: viewTag, ofType: innerType.self) else { in cast<ValueType>() 38 throw Exceptions.ViewNotFound((tag: viewTag, type: innerType.self)) in cast<ValueType>() 49 if let viewTag = value as? Int { in findViewTag() variable 50 return viewTag in findViewTag()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRegistry.kt | 26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView() 31 registerHandlerForViewWithTag(viewTag, handler) in attachHandlerToView() 37 private fun registerHandlerForViewWithTag(viewTag: Int, handler: GestureHandler<*>) { in registerHandlerForViewWithTag() 39 attachedTo.put(handler.tag, viewTag) in registerHandlerForViewWithTag() 40 var listToAdd = handlersForView[viewTag] in registerHandlerForViewWithTag() 44 handlersForView.put(viewTag, listToAdd) in registerHandlerForViewWithTag() 92 fun getHandlersForViewWithTag(viewTag: Int): ArrayList<GestureHandler<*>>? { in getHandlersForViewWithTag() 93 return handlersForView[viewTag] in getHandlersForViewWithTag()
|
| /expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRegistry.kt | 26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView() 31 registerHandlerForViewWithTag(viewTag, handler) in attachHandlerToView() 37 private fun registerHandlerForViewWithTag(viewTag: Int, handler: GestureHandler<*>) { in registerHandlerForViewWithTag() 39 attachedTo.put(handler.tag, viewTag) in registerHandlerForViewWithTag() 40 var listToAdd = handlersForView[viewTag] in registerHandlerForViewWithTag() 44 handlersForView.put(viewTag, listToAdd) in registerHandlerForViewWithTag() 92 fun getHandlersForViewWithTag(viewTag: Int): ArrayList<GestureHandler<*>>? { in getHandlersForViewWithTag() 93 return handlersForView[viewTag] in getHandlersForViewWithTag()
|
| /expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRegistry.kt | 26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView() 31 registerHandlerForViewWithTag(viewTag, handler) in attachHandlerToView() 37 private fun registerHandlerForViewWithTag(viewTag: Int, handler: GestureHandler<*>) { in registerHandlerForViewWithTag() 39 attachedTo.put(handler.tag, viewTag) in registerHandlerForViewWithTag() 40 var listToAdd = handlersForView[viewTag] in registerHandlerForViewWithTag() 44 handlersForView.put(viewTag, listToAdd) in registerHandlerForViewWithTag() 92 fun getHandlersForViewWithTag(viewTag: Int): ArrayList<GestureHandler<*>>? { in getHandlersForViewWithTag() 93 return handlersForView[viewTag] in getHandlersForViewWithTag()
|
| /expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/react/ |
| H A D | RNGestureHandlerRegistry.kt | 26 fun attachHandlerToView(handlerTag: Int, viewTag: Int, actionType: Int): Boolean { in attachHandlerToView() 31 registerHandlerForViewWithTag(viewTag, handler) in attachHandlerToView() 37 private fun registerHandlerForViewWithTag(viewTag: Int, handler: GestureHandler<*>) { in registerHandlerForViewWithTag() 39 attachedTo.put(handler.tag, viewTag) in registerHandlerForViewWithTag() 40 var listToAdd = handlersForView[viewTag] in registerHandlerForViewWithTag() 44 handlersForView.put(viewTag, listToAdd) in registerHandlerForViewWithTag() 92 fun getHandlersForViewWithTag(viewTag: Int): ArrayList<GestureHandler<*>>? { in getHandlersForViewWithTag() 93 return handlersForView[viewTag] in getHandlersForViewWithTag()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTComponentEvent.m | 17 @synthesize viewTag = _viewTag; 19 - (instancetype)initWithName:(NSString *)name viewTag:(NSNumber *)viewTag body:(NSDictionary *)body 23 mutableBody[@"target"] = viewTag; 26 _viewTag = viewTag;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTComponentEvent.m | 17 @synthesize viewTag = _viewTag; 19 - (instancetype)initWithName:(NSString *)name viewTag:(NSNumber *)viewTag body:(NSDictionary *)body 23 mutableBody[@"target"] = viewTag; 26 _viewTag = viewTag;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTComponentEvent.m | 17 @synthesize viewTag = _viewTag; 19 - (instancetype)initWithName:(NSString *)name viewTag:(NSNumber *)viewTag body:(NSDictionary *)body 23 mutableBody[@"target"] = viewTag; 26 _viewTag = viewTag;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/camera/ |
| H A D | CameraViewModule.kt | 54 AsyncFunction("pausePreview") { viewTag: Int -> in <lambda>() method 55 val view = findView(viewTag) in <lambda>() 62 AsyncFunction("resumePreview") { viewTag: Int -> in <lambda>() method 63 val view = findView(viewTag) in <lambda>() 71 val view = findView(viewTag) in <lambda>() 90 val view = findView(viewTag) in <lambda>() 99 AsyncFunction("stopRecording") { viewTag: Int -> in <lambda>() method 100 val view = findView(viewTag) in <lambda>() 108 val view = findView(viewTag) in <lambda>() 118 val view = findView(viewTag) in <lambda>() [all …]
|
| /expo/packages/expo-camera/android/src/main/java/expo/modules/camera/ |
| H A D | CameraViewModule.kt | 54 AsyncFunction("pausePreview") { viewTag: Int -> in <lambda>() method 55 val view = findView(viewTag) in <lambda>() 62 AsyncFunction("resumePreview") { viewTag: Int -> in <lambda>() method 63 val view = findView(viewTag) in <lambda>() 71 val view = findView(viewTag) in <lambda>() 90 val view = findView(viewTag) in <lambda>() 99 AsyncFunction("stopRecording") { viewTag: Int -> in <lambda>() method 100 val view = findView(viewTag) in <lambda>() 108 val view = findView(viewTag) in <lambda>() 118 val view = findView(viewTag) in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/camera/ |
| H A D | CameraViewModule.kt | 54 AsyncFunction("pausePreview") { viewTag: Int -> in <lambda>() method 55 val view = findView(viewTag) in <lambda>() 62 AsyncFunction("resumePreview") { viewTag: Int -> in <lambda>() method 63 val view = findView(viewTag) in <lambda>() 71 val view = findView(viewTag) in <lambda>() 90 val view = findView(viewTag) in <lambda>() 99 AsyncFunction("stopRecording") { viewTag: Int -> in <lambda>() method 100 val view = findView(viewTag) in <lambda>() 108 val view = findView(viewTag) in <lambda>() 118 val view = findView(viewTag) in <lambda>() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/camera/ |
| H A D | CameraViewModule.kt | 54 AsyncFunction("pausePreview") { viewTag: Int -> in <lambda>() method 55 val view = findView(viewTag) in <lambda>() 62 AsyncFunction("resumePreview") { viewTag: Int -> in <lambda>() method 63 val view = findView(viewTag) in <lambda>() 71 val view = findView(viewTag) in <lambda>() 90 val view = findView(viewTag) in <lambda>() 99 AsyncFunction("stopRecording") { viewTag: Int -> in <lambda>() method 100 val view = findView(viewTag) in <lambda>() 108 val view = findView(viewTag) in <lambda>() 118 val view = findView(viewTag) in <lambda>() [all …]
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/ |
| H A D | ABI47_0_0REANodesManager.h | 51 viewTag:(nonnull NSNumber *)viewTag 54 …void)disconnectNodeFromView:(nonnull ABI47_0_0REANodeID)nodeID viewTag:(nonnull NSNumber *)viewTag; 56 - (void)attachEvent:(nonnull NSNumber *)viewTag 60 - (void)detachEvent:(nonnull NSNumber *)viewTag 70 ofViewWithTag:(nonnull NSNumber *)viewTag 73 - (NSString *)obtainProp:(nonnull NSNumber *)viewTag propName:(nonnull NSString *)propName;
|
| H A D | ABI47_0_0REAModule.mm | 107 …EXPORT_METHOD(connectNodeToView : (nonnull NSNumber *)nodeID viewTag : (nonnull NSNumber *)viewTag) 109 NSString *viewName = [self.bridge.uiManager viewNameForABI47_0_0ReactTag:viewTag]; 111 [nodesManager connectNodeToView:nodeID viewTag:viewTag viewName:viewName]; 115 …T_METHOD(disconnectNodeFromView : (nonnull NSNumber *)nodeID viewTag : (nonnull NSNumber *)viewTag) 118 [nodesManager disconnectNodeFromView:nodeID viewTag:viewTag]; 123 : (nonnull NSNumber *)viewTag eventName 128 [nodesManager attachEvent:viewTag eventName:eventName eventNodeID:eventNodeID]; 133 : (nonnull NSNumber *)viewTag eventName 138 [nodesManager detachEvent:viewTag eventName:eventName eventNodeID:eventNodeID];
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/ |
| H A D | ABI48_0_0REANodesManager.h | 51 viewTag:(nonnull NSNumber *)viewTag 54 …void)disconnectNodeFromView:(nonnull ABI48_0_0REANodeID)nodeID viewTag:(nonnull NSNumber *)viewTag; 56 - (void)attachEvent:(nonnull NSNumber *)viewTag 60 - (void)detachEvent:(nonnull NSNumber *)viewTag 70 ofViewWithTag:(nonnull NSNumber *)viewTag 73 - (NSString *)obtainProp:(nonnull NSNumber *)viewTag propName:(nonnull NSString *)propName;
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/ |
| H A D | BarCodeScannedEvent.kt | 9 private var viewTag: Int, variable in abi47_0_0.expo.modules.barcodescanner.BarCodeScannedEvent 28 putInt("target", viewTag) in getCoalescingKey() 33 fun obtain(viewTag: Int, barCode: BarCodeScannerResult, density: Float): BarCodeScannedEvent { in obtain() 36 event = BarCodeScannedEvent(viewTag, barCode, density) in obtain()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | REASharedTransitionManager.m | 115 … if ([_layoutedSharedViewsTags containsObject:viewTag] && _currentSharedTransitionViews[viewTag]) { 284 [self disableCleaningForViewTag:viewTag]; 385 NSNumber *viewTag = view.reactTag; 399 for (NSNumber *viewTag in _viewsToHide) { 543 NSNumber *viewTag = view.reactTag; 544 if (_disableCleaningForView[viewTag]) { 545 [self enableCleaningForViewTag:viewTag]; 565 if ([_viewsToHide containsObject:viewTag]) { 597 if (viewTag != nil) { 603 - (void)cancelAnimation:(NSNumber *)viewTag [all …]
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI49_0_0REASharedTransitionManager.m | 115 … if ([_layoutedSharedViewsTags containsObject:viewTag] && _currentSharedTransitionViews[viewTag]) { 284 [self disableCleaningForViewTag:viewTag]; 385 NSNumber *viewTag = view.ABI49_0_0ReactTag; 399 for (NSNumber *viewTag in _viewsToHide) { 543 NSNumber *viewTag = view.ABI49_0_0ReactTag; 544 if (_disableCleaningForView[viewTag]) { 545 [self enableCleaningForViewTag:viewTag]; 565 if ([_viewsToHide containsObject:viewTag]) { 597 if (viewTag != nil) { 603 - (void)cancelAnimation:(NSNumber *)viewTag [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI47_0_0RCTNativeAnimatedNodesManager.h | 44 viewTag:(NSNumber *)viewTag 50 viewTag:(NSNumber *)viewTag; 82 - (void)addAnimatedEventToView:(NSNumber *)viewTag 86 - (void)removeAnimatedEventFromView:(NSNumber *)viewTag
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI48_0_0RCTNativeAnimatedNodesManager.h | 40 viewTag:(NSNumber *)viewTag 45 - (void)disconnectAnimatedNodeFromView:(NSNumber *)nodeTag viewTag:(NSNumber *)viewTag; 74 - (void)addAnimatedEventToView:(NSNumber *)viewTag 78 - (void)removeAnimatedEventFromView:(NSNumber *)viewTag
|