Home
last modified time | relevance | path

Searched defs:setDelegate (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt27 fun setDelegate(delegate: Delegate?) { in setDelegate() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt27 fun setDelegate(delegate: Delegate?) { in setDelegate() method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/
H A DABI48_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI48_0_0facebook::ABI48_0_0React::RunLoopObserver
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/
H A DABI47_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI47_0_0facebook::ABI47_0_0React::RunLoopObserver
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/
H A DABI49_0_0RunLoopObserver.cpp20 void RunLoopObserver::setDelegate(Delegate const *delegate) const noexcept { in setDelegate() function in ABI49_0_0facebook::ABI49_0_0React::RunLoopObserver
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/
H A DDevMenuManagerInterface.kt48 fun setDelegate(newDelegate: DevMenuDelegateInterface) method
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift20 public func setDelegate(_ newValue: ExpoRequestCdpInterceptorDelegate?) { in setDelegate() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift20 public func setDelegate(_ newValue: ExpoRequestCdpInterceptorDelegate?) { in setDelegate() function
/expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/
H A DDevMenuManager.kt68 override fun setDelegate(newDelegate: DevMenuDelegateInterface) = Unit in onKeyEvent() method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0Scheduler.cpp279 void Scheduler::setDelegate(SchedulerDelegate *delegate) { in setDelegate() function in ABI48_0_0facebook::ABI48_0_0React::Scheduler
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0Scheduler.cpp287 void Scheduler::setDelegate(SchedulerDelegate *delegate) { in setDelegate() function in ABI47_0_0facebook::ABI47_0_0React::Scheduler
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0Scheduler.cpp288 void Scheduler::setDelegate(SchedulerDelegate *delegate) { in setDelegate() function in ABI49_0_0facebook::ABI49_0_0React::Scheduler
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.cpp363 void UIManager::setDelegate(UIManagerDelegate *delegate) { in setDelegate() function in ABI47_0_0facebook::ABI47_0_0React::UIManager
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.cpp360 void UIManager::setDelegate(UIManagerDelegate *delegate) { in setDelegate() function in ABI48_0_0facebook::ABI48_0_0React::UIManager
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp476 void UIManager::setDelegate(UIManagerDelegate *delegate) { in setDelegate() function in ABI49_0_0facebook::ABI49_0_0React::UIManager
/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuManager.kt425 override fun setDelegate(newDelegate: DevMenuDelegateInterface) { in <lambda>() method