Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 119) sorted by relevance

12345

/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/tests/
H A DDevClientBasicTest.kt45 onView(isRoot()).perform(pressKey(KeyEvent.KEYCODE_MENU)) in <lambda>()
49 onView(isRoot()).perform(pressKey(KeyEvent.KEYCODE_MENU)) in <lambda>()
52 onView(isRoot()).perform(pressKey(KeyEvent.KEYCODE_MENU)) in <lambda>()
75 Views.DevLauncher.ErrorScreen.goToDetails.perform(ViewActions.click()) in <lambda>()
79 onView(isRoot()).perform(ViewActions.pressBack()) in <lambda>()
82 Views.DevLauncher.ErrorScreen.goToLauncher.perform(ViewActions.click()) in <lambda>()
H A DDevClientLoadLocalAppTest.kt162 onView(withText("Back to Launcher")).perform(ViewActions.click()) in <lambda>()
173 Views.DevLauncher.urlInput.perform( in <lambda>()
180 Views.DevLauncher.loadAppButton.perform( in <lambda>()
205 Views.DevLauncher.ErrorScreen.reload.perform(ViewActions.click()) in <lambda>()
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/selectors/
H A DTaggedView.kt22 fun perform(vararg actions: ViewAction) { in perform() method
23 onView(ViewSelectors.withTaggedView(tag)).perform(*actions) in perform()
/expo/packages/expo-video/ios/
H A DVideoView.swift42 playerViewController.perform(selectorToForceFullScreenMode, with: true, with: nil) in enterFullscreen()
54 playerViewController.perform(selectorToExitFullScreenMode, with: true, with: nil) in exitFullscreen()
/expo/ios/versioned/sdk48/ExpoImagePicker/
H A DStatusBarVisibilityController.swift39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
/expo/packages/expo-image-picker/ios/
H A DStatusBarVisibilityController.swift39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
/expo/ios/versioned/sdk49/ExpoImagePicker/
H A DStatusBarVisibilityController.swift39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
/expo/ios/versioned/sdk47/ExpoImagePicker/
H A DStatusBarVisibilityController.swift39 UIApplication.shared.perform(selector, with: hidden, with: false) in setStatusBarHidden()
/expo/docs/pages/accounts/
H A Dprogrammatic-access.mdx8 … point separately. Anyone who has access to these tokens will be able to perform actions against y…
12 …ev/settings/access-tokens) on your dashboard. Anyone with this token can perform actions on your b…
16 …(/accounts/working-together) to limit the actions they are authorized to perform. Bot users cannot…
20 You can use any tokens you have created to perform actions with the Expo CLI (other than signing in…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DExpoBridgeModule.swift55 let result = bridge.perform(Selector(("runtime")))
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DExpoBridgeModule.swift55 let result = bridge.perform(Selector(("runtime")))
/expo/packages/expo-modules-core/ios/Swift/
H A DExpoBridgeModule.swift59 let result = bridge.perform(Selector(("runtime")))
/expo/apps/bare-expo/android/app/src/androidTest/java/dev/expo/payments/
H A DBareExpoTestSuite.kt69 onView(isRoot()).perform(waitForTestCompleted(testCaseName, TEST_TIMEOUT_MS)) in runTest()
83 override fun perform(uiController: UiController?, view: View?) { in waitForTestCompleted() method
/expo/.github/actions/expo-git-decrypt/
H A Daction.yml2 description: 'Composite action to perform git secrets decryption.'
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DExponentScrollToAction.kt35 override fun perform(uiController: UiController, view: View) { in perform() method in host.exp.exponent.utils.ExponentScrollToAction
/expo/packages/expo-sqlite/build/
H A DSQLite.types.js.map1perform. Takes a Transaction\n * (see below) as its only parameter, on which it can add SQL stat…
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherNetworkInterceptor.swift100 perform(NSSelectorFromString("sendWrappedEvent:message:"), with: String(page.id), with: event) in sendWrappedEventToAllPages()
/expo/packages/expo-screen-capture/
H A DREADME.md8 …/versions/android-5.0.html#ScreenCapture) API allows third-party apps to perform screen capture or…
/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/scenarios/
H A DDevLauncherBasicScenario.kt68 activityAction.perform( in onAppActivity()
/expo/packages/expo-asset/build/
H A DPlatformUtils.js.map1perform integrity check if so.\n * Otherwise, download it.\n */\nasync function _downloadAsyncMana…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageStoreManager.mm115 // Dispatching to a background thread to perform base64 encoding
127 // Dispatching to a background thread to perform base64 decoding
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageStoreManager.mm115 // Dispatching to a background thread to perform base64 encoding
126 // Dispatching to a background thread to perform base64 decoding
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageStoreManager.mm115 // Dispatching to a background thread to perform base64 encoding
127 // Dispatching to a background thread to perform base64 decoding
/expo/ios/Tests/AppLoader/
H A DEXAppLoaderRequestTests.m54 // perform additional validation on AppLoader
/expo/docs/pages/versions/unversioned/sdk/
H A Dgl-view.mdx192perform type or bounds checking on their arguments. So, passing invalid arguments may cause a nati…
194 … checking is low since engines generally don't rely on the OpenGL API to perform argument checking…

12345