Home
last modified time | relevance | path

Searched refs:viewManager (Results 1 – 25 of 189) sorted by relevance

12345678

/expo/android/vendored/unversioned/lottie-react-native/android/src/main/java/com/airbnb/android/react/lottie/
H A DLottieAnimationViewManagerImpl.kt148 viewManager.commitChanges() in setSourceName()
156 viewManager.animationJson = json in setSourceJson()
157 viewManager.commitChanges() in setSourceJson()
166 viewManager.commitChanges() in setSourceURL()
174 viewManager.sourceDotLottie = uri in setSourceDotLottieURI()
175 viewManager.commitChanges() in setSourceDotLottieURI()
202 viewManager.scaleType = mode in setResizeMode()
224 viewManager.renderMode = mode in setRenderMode()
244 viewManager.progress = progress in setProgress()
260 viewManager.loop = loop in setLoop()
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/ModuleRegistryAdapter/
H A DABI48_0_0EXViewManagerAdapterClassesRegistry.m29 - (Class)viewManagerAdapterClassForViewManager:(ABI48_0_0EXViewManager *)viewManager
31 Class viewManagerClass = [viewManager class];
33 …SCopying>)viewManagerClass] = [self.class createViewManagerAdapterClassForViewManager:viewManager];
38 + (Class)createViewManagerAdapterClassForViewManager:(ABI48_0_0EXViewManager *)viewManager
40 …ssName = [[viewManagerAdapterModuleNamePrefix stringByAppendingString:[viewManager viewName]] UTF8…
46 for (NSString *eventName in [viewManager supportedEvents]) {
51 return viewManager;
53 …class_addMethod(viewManagerAdapterClass, NSSelectorFromString(@"viewManager"), viewManagerImp, "@@…
H A DABI48_0_0EXViewManagerAdapterClassesRegistry.h14 - (Class)viewManagerAdapterClassForViewManager:(ABI48_0_0EXViewManager *)viewManager;
15 + (Class)createViewManagerAdapterClassForViewManager:(ABI48_0_0EXViewManager *)viewManager;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ModuleRegistryAdapter/
H A DABI47_0_0EXViewManagerAdapterClassesRegistry.m29 - (Class)viewManagerAdapterClassForViewManager:(ABI47_0_0EXViewManager *)viewManager
31 Class viewManagerClass = [viewManager class];
33 …SCopying>)viewManagerClass] = [self.class createViewManagerAdapterClassForViewManager:viewManager];
38 + (Class)createViewManagerAdapterClassForViewManager:(ABI47_0_0EXViewManager *)viewManager
40 …ssName = [[viewManagerAdapterModuleNamePrefix stringByAppendingString:[viewManager viewName]] UTF8…
46 for (NSString *eventName in [viewManager supportedEvents]) {
51 return viewManager;
53 …class_addMethod(viewManagerAdapterClass, NSSelectorFromString(@"viewManager"), viewManagerImp, "@@…
H A DABI47_0_0EXViewManagerAdapterClassesRegistry.h14 - (Class)viewManagerAdapterClassForViewManager:(ABI47_0_0EXViewManager *)viewManager;
15 + (Class)createViewManagerAdapterClassForViewManager:(ABI47_0_0EXViewManager *)viewManager;
/expo/packages/expo-modules-core/ios/Swift/Views/
H A DComponentData.swift38 if moduleHolder?.viewManager?.eventNames.contains(propName) == true { in createPropBlock()
51 guard let viewManager = moduleHolder?.viewManager else { in setProps() variable
59 let propsDict = viewManager.propsDict() in setProps()
78 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in setProps()
90 if let viewManager = moduleHolder?.viewManager { in viewConfig() variable
91 for prop in viewManager.props { in viewConfig()
95 for eventName in viewManager.eventNames { in viewConfig()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/adapters/react/views/
H A DViewManagerAdapterUtils.java18 /* package */ static String getViewManagerAdapterName(ViewManager viewManager) { in getViewManagerAdapterName() argument
19 return "ViewManagerAdapter_" + viewManager.getName(); in getViewManagerAdapterName()
22 /* package */ static Map<String, Object> getConstants(ViewManager viewManager) { in getConstants() argument
24 constants.put("eventNames", viewManager.getExportedEventNames()); in getConstants()
28 … */ static Map<String, Object> getExportedCustomDirectEventTypeConstants(ViewManager viewManager) { in getExportedCustomDirectEventTypeConstants() argument
32 for (Object eventName : viewManager.getExportedEventNames()) { in getExportedCustomDirectEventTypeConstants()
40 …oid setProxiedProperties(String viewManagerAdapterName, ViewManager<V> viewManager, V view, Readab… in setProxiedProperties() argument
45 ViewManager.PropSetterInfo propSetterInfo = viewManager.getPropSetterInfos().get(key); in setProxiedProperties()
51 viewManager.updateProp(view, key, castPropertyValue); in setProxiedProperties()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/adapters/react/views/
H A DViewManagerAdapterUtils.java18 /* package */ static String getViewManagerAdapterName(ViewManager viewManager) { in getViewManagerAdapterName() argument
19 return "ViewManagerAdapter_" + viewManager.getName(); in getViewManagerAdapterName()
22 /* package */ static Map<String, Object> getConstants(ViewManager viewManager) { in getConstants() argument
24 constants.put("eventNames", viewManager.getExportedEventNames()); in getConstants()
28 … */ static Map<String, Object> getExportedCustomDirectEventTypeConstants(ViewManager viewManager) { in getExportedCustomDirectEventTypeConstants() argument
32 for (Object eventName : viewManager.getExportedEventNames()) { in getExportedCustomDirectEventTypeConstants()
40 …oid setProxiedProperties(String viewManagerAdapterName, ViewManager<V> viewManager, V view, Readab… in setProxiedProperties() argument
45 ViewManager.PropSetterInfo propSetterInfo = viewManager.getPropSetterInfos().get(key); in setProxiedProperties()
51 viewManager.updateProp(view, key, castPropertyValue); in setProxiedProperties()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/adapters/react/views/
H A DViewManagerAdapterUtils.java18 /* package */ static String getViewManagerAdapterName(ViewManager viewManager) { in getViewManagerAdapterName() argument
19 return "ViewManagerAdapter_" + viewManager.getName(); in getViewManagerAdapterName()
22 /* package */ static Map<String, Object> getConstants(ViewManager viewManager) { in getConstants() argument
24 constants.put("eventNames", viewManager.getExportedEventNames()); in getConstants()
28 … */ static Map<String, Object> getExportedCustomDirectEventTypeConstants(ViewManager viewManager) { in getExportedCustomDirectEventTypeConstants() argument
32 for (Object eventName : viewManager.getExportedEventNames()) { in getExportedCustomDirectEventTypeConstants()
40 …oid setProxiedProperties(String viewManagerAdapterName, ViewManager<V> viewManager, V view, Readab… in setProxiedProperties() argument
45 ViewManager.PropSetterInfo propSetterInfo = viewManager.getPropSetterInfos().get(key); in setProxiedProperties()
51 viewManager.updateProp(view, key, castPropertyValue); in setProxiedProperties()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Views/
H A DComponentData.swift38 if moduleHolder?.viewManager?.eventNames.contains(propName) == true { in createPropBlock()
51 guard let viewManager = moduleHolder?.viewManager else { in setProps() variable
59 let propsDict = viewManager.propsDict() in setProps()
78 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in setProps()
90 if let viewManager = moduleHolder?.viewManager { in viewConfig() variable
91 for prop in viewManager.props { in viewConfig()
95 for eventName in viewManager.eventNames { in viewConfig()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Views/
H A DViewModuleWrapper.swift88 …guard let view = wrappedModuleHolder.definition.viewManager?.createView(appContext: appContext) el… in wrappedModule()
107 …guard let json = json as? [String: Any], let viewManager = wrappedModuleHolder.definition.viewMana… in wrappedModule()
110 let props = viewManager.propsDict() in wrappedModule()
120 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in wrappedModule()
/expo/packages/expo-modules-core/ios/Swift/Modules/
H A DModuleDefinition.swift23 let viewManager: ViewManagerDefinition? variable
41 self.viewManager = definitions
71 if let viewManager { in build()
73 try viewManager.decorateWithFunctions(object: reactComponentPrototype, appContext: appContext) in build()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Modules/
H A DModuleDefinition.swift23 let viewManager: ViewManagerDefinition? variable
41 self.viewManager = definitions
71 if let viewManager { in build()
73 try viewManager.decorateWithFunctions(object: reactComponentPrototype, appContext: appContext) in build()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Views/
H A DViewModuleWrapper.swift88 …guard let view = wrappedModuleHolder.definition.viewManager?.createView(appContext: appContext) el… in wrappedModule()
107 …guard let json = json as? [String: Any], let viewManager = wrappedModuleHolder.definition.viewMana… in wrappedModule()
110 let props = viewManager.propsDict() in wrappedModule()
122 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in wrappedModule()
/expo/packages/expo-modules-core/ios/Fabric/
H A DExpoFabricView.swift28 lazy var viewManagerPropDict: [String: AnyViewProp]? = moduleHolder?.viewManager?.propsDict()
65 guard let view = contentView, let viewManager = moduleHolder?.definition.viewManager else { in viewDidUpdateProps()
68 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in viewDidUpdateProps()
113 guard let view = moduleHolder?.definition.viewManager?.createView(appContext: appContext) else { in initializeContentView()
128 moduleHolder.viewManager?.eventNames.forEach { eventName in in installEventDispatchers()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Fabric/
H A DExpoFabricView.swift28 lazy var viewManagerPropDict: [String: AnyViewProp]? = moduleHolder?.viewManager?.propsDict()
65 guard let view = contentView, let viewManager = moduleHolder?.definition.viewManager else { in viewDidUpdateProps()
68 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in viewDidUpdateProps()
113 guard let view = moduleHolder?.definition.viewManager?.createView(appContext: appContext) else { in initializeContentView()
128 moduleHolder.viewManager?.eventNames.forEach { eventName in in installEventDispatchers()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Fabric/
H A DExpoFabricView.swift35 lazy var viewManagerPropDict: [String: AnyViewProp]? = moduleHolder?.viewManager?.propsDict()
72 guard let view = contentView, let viewManager = moduleHolder?.definition.viewManager else { in viewDidUpdateProps()
75 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in viewDidUpdateProps()
113 …guard let view = moduleHolder?.definition.viewManager?.createView(appContext: appContext) ?? legac… in initializeContentView()
128 moduleHolder.viewManager?.eventNames.forEach { eventName in in installEventDispatchers()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Fabric/
H A DExpoFabricView.swift35 lazy var viewManagerPropDict: [String: AnyViewProp]? = moduleHolder?.viewManager?.propsDict()
72 guard let view = contentView, let viewManager = moduleHolder?.definition.viewManager else { in viewDidUpdateProps()
75 viewManager.callLifecycleMethods(withType: .didUpdateProps, forView: view) in viewDidUpdateProps()
113 …guard let view = moduleHolder?.definition.viewManager?.createView(appContext: appContext) ?? legac… in initializeContentView()
128 moduleHolder.viewManager?.eventNames.forEach { eventName in in installEventDispatchers()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/ViewManagerAdapter/
H A DABI48_0_0EXViewManagerAdapter.m7 - (ABI48_0_0EXViewManager *)viewManager;
15 return [[self viewManager] supportedEvents];
32 return [[self viewManager] view];
42 [strongSelf.viewManager updateProp:key withValue:obj onView:view];
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ViewManagerAdapter/
H A DABI47_0_0EXViewManagerAdapter.m7 - (ABI47_0_0EXViewManager *)viewManager;
15 return [[self viewManager] supportedEvents];
32 return [[self viewManager] view];
42 [strongSelf.viewManager updateProp:key withValue:obj onView:view];
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/paper/java/com/facebook/react/viewmanagers/
H A DRNGestureHandlerRootViewManagerDelegate.java18 public RNGestureHandlerRootViewManagerDelegate(U viewManager) { in RNGestureHandlerRootViewManagerDelegate() argument
19 super(viewManager); in RNGestureHandlerRootViewManagerDelegate()
/expo/android/vendored/unversioned/react-native-screens/android/src/paper/java/com/facebook/react/viewmanagers/
H A DRNSScreenStackManagerDelegate.java18 public RNSScreenStackManagerDelegate(U viewManager) { in RNSScreenStackManagerDelegate() argument
19 super(viewManager); in RNSScreenStackManagerDelegate()
/expo/android/vendored/sdk47/react-native-screens/android/src/paper/java/abi47_0_0/com/facebook/react/viewmanagers/
H A DRNSScreenStackManagerDelegate.java18 public RNSScreenStackManagerDelegate(U viewManager) { in RNSScreenStackManagerDelegate() argument
19 super(viewManager); in RNSScreenStackManagerDelegate()
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/paper/java/abi48_0_0/com/facebook/react/viewmanagers/
H A DRNGestureHandlerRootViewManagerDelegate.java18 public RNGestureHandlerRootViewManagerDelegate(U viewManager) { in RNGestureHandlerRootViewManagerDelegate() argument
19 super(viewManager); in RNGestureHandlerRootViewManagerDelegate()
/expo/android/vendored/sdk48/react-native-screens/android/src/paper/java/abi48_0_0/com/facebook/react/viewmanagers/
H A DRNSScreenStackManagerDelegate.java18 public RNSScreenStackManagerDelegate(U viewManager) { in RNSScreenStackManagerDelegate() argument
19 super(viewManager); in RNSScreenStackManagerDelegate()

12345678