| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | ElapsedTimeIdlingResource.kt | 27 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 D | UpdatesStateMachine.swift | 22 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 D | AppController.swift | 442 if stateMachine?.state == .idle { in appController()
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 22 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 D | UpdatesStateMachineSpec.swift | 26 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 D | UpdatesStateMachine.js.map | 1 …idle',\n context: {\n isChecking: false,\n isDownloading: false,\n isUpdateAvailable: fa…
|
| H A D | UpdatesStateMachine.js | 68 idle: { property
|
| /expo/packages/expo-updates/src/statemachine/ |
| H A D | UpdatesStateMachine.ts | 118 idle: {
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | keep-awake.mdx | 33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
|
| H A D | background-fetch.mdx | 189 … 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 D | keep-awake.mdx | 33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
|
| H A D | background-fetch.mdx | 189 … 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 D | keep-awake.mdx | 33 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
|
| H A D | background-fetch.mdx | 189 … started with `startOnBoot`. It also keeps devices "awake" that are going idle and asleep fast, to…
|
| /expo/packages/expo-background-fetch/ |
| H A D | README.md | 34 … 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 D | keep-awake.mdx | 39 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
|
| H A D | background-fetch.mdx | 169 … 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 D | keep-awake.mdx | 39 /* @info As long as this component is mounted, the screen will not turn off from being idle. */
|
| H A D | background-fetch.mdx | 171 … 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 D | ABI47_0_0RCTComponentViewRegistry.mm | 40 …// 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 D | ABI49_0_0ReactNativePageView.m | 385 …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 D | ReactNativePageView.m | 385 …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 D | ABI49_0_0RCTTiming.mm | 26 // 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 D | ABI47_0_0RCTTiming.mm | 26 // 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 D | ABI48_0_0RCTTiming.mm | 26 // The minimum time left in a frame to trigger the idle callback.
|