Lines Matching refs:NativeReanimatedModule
53 NativeReanimatedModule *module) { in extractMutablesFromArray()
63 NativeReanimatedModule::NativeReanimatedModule( in NativeReanimatedModule() function in reanimated::NativeReanimatedModule
110 void NativeReanimatedModule::installCoreFunctions( in installCoreFunctions()
116 jsi::Value NativeReanimatedModule::makeShareable( in makeShareable()
122 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable()
129 jsi::Value NativeReanimatedModule::makeRemote( in makeRemote()
136 jsi::Value NativeReanimatedModule::startMapper( in startMapper()
185 void NativeReanimatedModule::stopMapper( in stopMapper()
195 jsi::Value NativeReanimatedModule::registerEventHandler( in registerEventHandler()
217 void NativeReanimatedModule::unregisterEventHandler( in unregisterEventHandler()
225 jsi::Value NativeReanimatedModule::getViewProp( in getViewProp()
252 jsi::Value NativeReanimatedModule::enableLayoutAnimations( in enableLayoutAnimations()
259 jsi::Value NativeReanimatedModule::configureProps( in configureProps()
267 void NativeReanimatedModule::onEvent( in onEvent()
287 bool NativeReanimatedModule::isAnyHandlerWaitingForEvent( in isAnyHandlerWaitingForEvent()
292 void NativeReanimatedModule::maybeRequestRender() { in maybeRequestRender()
299 void NativeReanimatedModule::onRender(double timestampMs) { in onRender()
322 jsi::Value NativeReanimatedModule::registerSensor( in registerSensor()
331 void NativeReanimatedModule::unregisterSensor( in unregisterSensor()
337 jsi::Value NativeReanimatedModule::subscribeForKeyboardEvents( in subscribeForKeyboardEvents()
365 void NativeReanimatedModule::unsubscribeFromKeyboardEvents( in unsubscribeFromKeyboardEvents()