Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 29) sorted by relevance

12

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DElapsedTimeIdlingResource.kt27 val idle = elapsed >= waitingTime in isIdleNow() constant
28 if (idle) { in isIdleNow()
32 return idle in isIdleNow()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift22 case idle in sendUpdateStateChangeEventToBridge()
267 internal var state: UpdatesStateValue = .idle
279 state = .idle in reset()
316 state = UpdatesStateMachine.updatesStateTransitions[event.type] ?? .idle in transition()
393 .idle: [.check, .download, .restart],
405 .checkCompleteAvailable: .idle,
406 .checkCompleteUnavailable: .idle,
407 .checkError: .idle,
409 .downloadComplete: .idle,
410 .downloadError: .idle,
H A DAppController.swift442 if stateMachine?.state == .idle { in appController()
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift22 case idle in sendUpdateStateChangeEventToBridge()
306 internal var state: UpdatesStateValue = .idle
318 state = .idle in reset()
355 state = UpdatesStateMachine.updatesStateTransitions[event.type] ?? .idle in transition()
443 .idle: [.check, .download, .restart],
455 .checkCompleteAvailable: .idle,
456 .checkCompleteUnavailable: .idle,
457 .checkError: .idle,
459 .downloadComplete: .idle,
460 .downloadError: .idle,
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift26 expect(machine.state) == .idle in spec()
40 expect(machine.state) == .idle in spec()
59 expect(machine.state) == .idle in spec()
77 expect(machine.state) == .idle in spec()
95 expect(machine.state) == .idle in spec()
/expo/packages/expo-updates/build/statemachine/
H A DUpdatesStateMachine.js.map1idle',\n context: {\n isChecking: false,\n isDownloading: false,\n isUpdateAvailable: fa…
H A DUpdatesStateMachine.js68 idle: { property
/expo/packages/expo-updates/src/statemachine/
H A DUpdatesStateMachine.ts118 idle: {
/expo/docs/pages/versions/unversioned/sdk/
H A Dkeep-awake.mdx33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
H A Dbackground-fetch.mdx189 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dkeep-awake.mdx33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
H A Dbackground-fetch.mdx189 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dkeep-awake.mdx33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
H A Dbackground-fetch.mdx189 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/packages/expo-background-fetch/
H A DREADME.md34 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dkeep-awake.mdx39 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
H A Dbackground-fetch.mdx169 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dkeep-awake.mdx39 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
H A Dbackground-fetch.mdx171 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTComponentViewRegistry.mm40 …// Calling this a bit later, when the main thread is probably idle while JavaScript thread is busy.
/expo/ios/vendored/sdk49/react-native-pager-view/ios/
H A DABI49_0_0ReactNativePageView.m385 …teChanged alloc] initWithABI49_0_0ReactTag:self.ABI49_0_0ReactTag state:@"idle" coalescingKey:_coa…
391 …teChanged alloc] initWithABI49_0_0ReactTag:self.ABI49_0_0ReactTag state:@"idle" coalescingKey:_coa…
/expo/ios/vendored/unversioned/react-native-pager-view/ios/
H A DReactNativePageView.m385 …RCTOnPageScrollStateChanged alloc] initWithReactTag:self.reactTag state:@"idle" coalescingKey:_coa…
391 …RCTOnPageScrollStateChanged alloc] initWithReactTag:self.reactTag state:@"idle" coalescingKey:_coa…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTTiming.mm26 // The minimum time left in a frame to trigger the idle callback.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTTiming.mm26 // The minimum time left in a frame to trigger the idle callback.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTTiming.mm26 // The minimum time left in a frame to trigger the idle callback.

12