Lines Matching refs:NativeReanimatedModule
52 NativeReanimatedModule *module) { in extractMutablesFromArray()
62 NativeReanimatedModule::NativeReanimatedModule( in NativeReanimatedModule() function in reanimated::NativeReanimatedModule
109 void NativeReanimatedModule::installCoreFunctions( in installCoreFunctions()
115 jsi::Value NativeReanimatedModule::makeShareable( in makeShareable()
121 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable()
128 jsi::Value NativeReanimatedModule::makeRemote( in makeRemote()
135 jsi::Value NativeReanimatedModule::startMapper( in startMapper()
184 void NativeReanimatedModule::stopMapper( in stopMapper()
194 jsi::Value NativeReanimatedModule::registerEventHandler( in registerEventHandler()
216 void NativeReanimatedModule::unregisterEventHandler( in unregisterEventHandler()
224 jsi::Value NativeReanimatedModule::getViewProp( in getViewProp()
251 jsi::Value NativeReanimatedModule::enableLayoutAnimations( in enableLayoutAnimations()
258 jsi::Value NativeReanimatedModule::configureProps( in configureProps()
266 void NativeReanimatedModule::onEvent( in onEvent()
286 bool NativeReanimatedModule::isAnyHandlerWaitingForEvent( in isAnyHandlerWaitingForEvent()
291 void NativeReanimatedModule::maybeRequestRender() { in maybeRequestRender()
298 void NativeReanimatedModule::onRender(double timestampMs) { in onRender()
321 jsi::Value NativeReanimatedModule::registerSensor( in registerSensor()
330 void NativeReanimatedModule::unregisterSensor( in unregisterSensor()
336 jsi::Value NativeReanimatedModule::subscribeForKeyboardEvents( in subscribeForKeyboardEvents()
364 void NativeReanimatedModule::unsubscribeFromKeyboardEvents( in unsubscribeFromKeyboardEvents()