Searched defs:button (Results 1 – 11 of 11) sorted by relevance
| /test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/ |
| D | UntilTest.java | 48 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "gone_button")); in testGone() local 59 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testHasObject() local 70 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testFindObject() local 81 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "find_button")); in testFindObjects() local 92 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "checked_button")); in testChecked() local 103 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "clickable_button")); in testClickable() local 114 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "enabled_button")); in testEnabled() local 125 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "focusable_button")); in testFocusable() local 136 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "focused_button")); in testFocused() local 147 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "long_clickable_button")); in testLongClickable() local [all …]
|
| D | ComposeTest.java | 47 UiObject2 button = column.scrollUntil(Direction.DOWN, in testEndToEnd() local
|
| D | UiObject2Test.java | 152 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "new_window_button")); in testClickAndWait_conditionAndTimeout() local 290 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testGetClassName() local 357 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testGetDisplayId() local 455 UiObject2 button = mDevice.findObject(By.text("Accessible button")); in testIsClickable() local 486 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testIsFocused() local 522 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "selected_button")); in testIsSelected() local 552 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testLongClick() local 815 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testSetGestureMargin() local 838 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testSetGestureMarginPercentage() local
|
| D | UiDeviceTest.java | 109 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "new_window_button")); in testPerformActionAndWait() local 296 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "notification_button")); in testOpenNotification() local 322 UiObject2 button = mDevice.findObject(By.res(TEST_APP, "button")); in testClick() local
|
| D | UiObjectTest.java | 341 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testGetClassName() local 353 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testGetContentDescription() local 450 UiObject button = mDevice.findObject(new UiSelector().text("Accessible button")); in testIsClickable() local 461 UiObject button = mDevice.findObject(resourceId("button")); in testIsFocused() local
|
| D | MultiDisplayTest.java | 86 UiObject2 button = mDevice.findObject( in testMultiDisplay_click() local
|
| D | UiAutomatorTestScopeTest.kt | 116 val button = in <lambda>() constant
|
| D | UiSelectorTest.java | 227 UiObject button = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/button")); in testFocused() local
|
| /test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/ |
| D | LongClickTestActivity.java | 32 Button button = findViewById(R.id.button); in onCreate() local
|
| D | UiDeviceTestClickActivity.java | 35 Button button = (Button) findViewById(R.id.button); in onCreate() local
|
| D | MarginTestActivity.java | 35 Button button = (Button) findViewById(R.id.button); in onCreate() local
|