Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 16 of 16) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUntil.java46 public Boolean apply(Searchable container) { in gone()
64 public Boolean apply(Searchable container) {
82 public UiObject2 apply(Searchable container) {
101 public List<UiObject2> apply(Searchable container) {
124 public Boolean apply(UiObject2 object) {
143 public Boolean apply(UiObject2 object) {
162 public Boolean apply(UiObject2 object) {
181 public Boolean apply(UiObject2 object) {
200 public Boolean apply(UiObject2 object) {
219 public Boolean apply(UiObject2 object) {
[all …]
DWaitMixin.java40 U result = condition.apply(mObject); in wait()
49 result = condition.apply(mObject); in wait()
DAccessibilityNodeInfoExt.kt39 public fun AccessibilityNodeInfo.boundsInScreen(): Rect = Rect().apply { getBoundsInScreen(this) } in <lambda>()
93 takeScreenshotBitmap(bounds = Rect().apply { getBoundsInScreen(this) }) in takeScreenshot()
119 Rect().apply { in waitForStable()
DCondition.java26 U apply(T args); in apply() method
DAccessibilityWindowInfoExt.kt40 takeScreenshotBitmap(bounds = Rect().apply { getBoundsInScreen(this) }) in takeScreenshot()
105 Rect().apply { in waitForStable()
DResultsReporter.kt84 Bundle().apply { in <lambda>()
DUiObject2.java353 return mMargins.apply(ret); in getVisibleBoundsForGestures()
825 U result = condition.apply(this); in scrollUntil()
860 U result = condition.apply(this); in scrollUntil()
1091 Rect apply(Rect bounds); in apply() method
1104 public Rect apply(Rect bounds) { in apply() method in UiObject2.SimpleMargins
1122 public Rect apply(Rect bounds) { in apply() method in UiObject2.PercentMargins
DUiDevice.java1132 public Boolean apply(UiDevice device) { in waitRotationComplete()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/internal/
DAppManager.kt37 intent = Intent(Intent.ACTION_MAIN).apply { setPackage(packageName) } in startApp()
57 Intent().apply { in startActivity()
67 Intent().apply { in startActivity()
DUtils.kt62 Rect().apply { in joinLines()
/test/integration-tests/junit-gtest-test/src/androidTest/java/androidx/test/ext/junitgtesttest/
DGtestRunnerTest.kt39 private val runNotifier = RunNotifier().apply { addListener(runListener) } in <lambda>()
/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt112 override fun apply(base: Statement, description: Description?): Statement { in apply() method
113 return ScreenshotTestStatement(base).run { testWatcher.apply(this, description) } in apply()
/test/uiautomator/uiautomator/api/
Drestricted_2.3.0-beta01.txt97 method public U! apply(T!);
D2.3.0-beta01.txt97 method public U! apply(T!);
Dcurrent.txt149 method public U! apply(T!);
Drestricted_current.txt149 method public U! apply(T!);