Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 25 of 130) sorted by relevance

123456

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DAppLoaderTask.swift66 public weak var delegate: AppLoaderTaskDelegate? variable
167 if let delegate = self.delegate, in start() variable
202 if let delegate = delegate { in finish() variable
331 if let delegate = self.delegate { variable
343 if let delegate = self.delegate { variable
351 if let delegate = self.delegate { variable
367 if let delegate = self.delegate { variable
382 if let delegate = self.delegate { variable
392 if let delegate = self.delegate { variable
400 if let delegate = self.delegate { variable
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift104 public weak var delegate: AppLoaderTaskDelegate? variable
204 if let delegate = self.delegate, in start() variable
239 if let delegate = delegate { in finish() variable
399 if let delegate = self.delegate { variable
440 if let delegate = self.delegate { variable
/expo/ios/Client/
H A DHomeAppLoaderTask.swift20 public weak var delegate: HomeAppLoaderTaskDelegate? in homeAppLoaderTask() variable
59 if let delegate = delegate { in homeAppLoaderTask() variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationDriver.h22 LayoutAnimationStatusDelegate *delegate) in LayoutAnimationDriver()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationDriver.h22 LayoutAnimationStatusDelegate *delegate) in LayoutAnimationDriver()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationDriver.h22 LayoutAnimationStatusDelegate *delegate) in LayoutAnimationDriver()
/expo/packages/expo-print/ios/
H A DExpoPrinterSelector.swift4 let delegate: ExpoPrintModuleDelegate variable
H A DExpoPrintModule.swift5 var delegate = ExpoPrintModuleDelegate() variable
/expo/ios/versioned/sdk49/ExpoPrint/
H A DExpoPrinterSelector.swift4 let delegate: ExpoPrintModuleDelegate variable
H A DExpoPrintModule.swift5 var delegate = ExpoPrintModuleDelegate() variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DErrorRecovery.swift86 public weak var delegate: ErrorRecoveryDelegate? in launchedUpdate() variable
206 if let delegate = delegate, delegate.remoteLoadStatus == .NewUpdateLoaded { in launchedUpdate() variable
208 …} else if let delegate = delegate, delegate.config.checkOnLaunch != .Never || delegate.remoteLoadS… in launchedUpdate() variable
/expo/packages/expo-updates/ios/EXUpdates/
H A DErrorRecovery.swift86 public weak var delegate: ErrorRecoveryDelegate? in launchedUpdate() variable
206 if let delegate = delegate, delegate.remoteLoadStatus == .NewUpdateLoaded { in launchedUpdate() variable
208 …} else if let delegate = delegate, delegate.config.checkOnLaunch != .Never || delegate.remoteLoadS… in launchedUpdate() variable
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/interfaces/
H A DReactActivityHandler.java54 …Delegate onDidCreateReactActivityDelegate(ReactActivity activity, ReactActivityDelegate delegate) { in onDidCreateReactActivityDelegate()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/interfaces/
H A DReactActivityHandler.java54 …Delegate onDidCreateReactActivityDelegate(ReactActivity activity, ReactActivityDelegate delegate) { in onDidCreateReactActivityDelegate()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0AsynchronousEventBeat.cpp25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
H A DABI49_0_0SynchronousEventBeat.cpp29 RunLoopObserver::Delegate const *delegate, in activityDidChange()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0AsynchronousEventBeat.cpp25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
H A DABI48_0_0SynchronousEventBeat.cpp29 RunLoopObserver::Delegate const *delegate, in activityDidChange()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0AsynchronousEventBeat.cpp25 RunLoopObserver::Delegate const *delegate, in activityDidChange()
H A DABI47_0_0SynchronousEventBeat.cpp30 RunLoopObserver::Delegate const *delegate, in activityDidChange()
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayScrollViewDelegateProxy.swift15 private weak var delegate: OverlayScrollViewDelegate? variable
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/views/
H A DViewManagerWrapperDelegate.kt69 val delegate = property.getDelegate(view).ifNull { in configureView() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/views/
H A DViewManagerWrapperDelegate.kt69 val delegate = property.getDelegate(view).ifNull { in configureView() constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Utils/
H A DABI49_0_0RCTGenericDelegateSplitter.mm17 {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Utils/
H A DABI47_0_0RCTGenericDelegateSplitter.mm17 {

123456