Lines Matching refs:NativeReanimatedModule
32 NativeReanimatedModule::NativeReanimatedModule( in NativeReanimatedModule() function in reanimated::NativeReanimatedModule
178 void NativeReanimatedModule::installCoreFunctions( in installCoreFunctions()
194 NativeReanimatedModule::~NativeReanimatedModule() { in ~NativeReanimatedModule()
208 void NativeReanimatedModule::scheduleOnUI( in scheduleOnUI()
222 jsi::Value NativeReanimatedModule::makeSynchronizedDataHolder( in makeSynchronizedDataHolder()
230 void NativeReanimatedModule::updateDataSynchronously( in updateDataSynchronously()
239 jsi::Value NativeReanimatedModule::getDataSynchronously( in getDataSynchronously()
247 jsi::Value NativeReanimatedModule::makeShareableClone( in makeShareableClone()
308 jsi::Value NativeReanimatedModule::registerEventHandler( in registerEventHandler()
332 void NativeReanimatedModule::unregisterEventHandler( in unregisterEventHandler()
340 jsi::Value NativeReanimatedModule::getViewProp( in getViewProp()
367 jsi::Value NativeReanimatedModule::enableLayoutAnimations( in enableLayoutAnimations()
374 jsi::Value NativeReanimatedModule::configureProps( in configureProps()
391 jsi::Value NativeReanimatedModule::configureLayoutAnimation( in configureLayoutAnimation()
405 void NativeReanimatedModule::onEvent( in onEvent()
413 bool NativeReanimatedModule::isAnyHandlerWaitingForEvent( in isAnyHandlerWaitingForEvent()
418 void NativeReanimatedModule::maybeRequestRender() { in maybeRequestRender()
425 void NativeReanimatedModule::onRender(double timestampMs) { in onRender()
433 jsi::Value NativeReanimatedModule::registerSensor( in registerSensor()
448 void NativeReanimatedModule::unregisterSensor( in unregisterSensor()
454 void NativeReanimatedModule::cleanupSensors() { in cleanupSensors()
459 bool NativeReanimatedModule::isThereAnyLayoutProp( in isThereAnyLayoutProp()
476 bool NativeReanimatedModule::handleEvent( in handleEvent()
488 bool NativeReanimatedModule::handleRawEvent( in handleRawEvent()
520 void NativeReanimatedModule::updateProps( in updateProps()
539 void NativeReanimatedModule::performOperations() { in performOperations()
595 void NativeReanimatedModule::removeShadowNodeFromRegistry( in removeShadowNodeFromRegistry()
601 void NativeReanimatedModule::dispatchCommand( in dispatchCommand()
612 jsi::Value NativeReanimatedModule::measure( in measure()
656 void NativeReanimatedModule::setUIManager( in setUIManager()
661 void NativeReanimatedModule::setNewestShadowNodesRegistry( in setNewestShadowNodesRegistry()
667 jsi::Value NativeReanimatedModule::subscribeForKeyboardEvents( in subscribeForKeyboardEvents()
682 void NativeReanimatedModule::unsubscribeFromKeyboardEvents( in unsubscribeFromKeyboardEvents()