Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 5 of 5) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiDeviceTest.java141 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressMenu() local
150 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressBack() local
159 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressSearch() local
168 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDPadCenter() local
177 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDPadDown() local
186 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDPadUp() local
195 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDPadLeft() local
204 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDPadRight() local
213 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressDelete() local
222 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "text_view")); in testPressEnter() local
[all …]
DUiObjectTest.java342 UiObject textView = mDevice.findObject( in testGetClassName() local
354 UiObject textView = mDevice.findObject(new UiSelector().text("Text View 1")); in testGetContentDescription() local
449 UiObject textView = mDevice.findObject(new UiSelector().text("Sample text")); in testIsClickable() local
460 UiObject textView = mDevice.findObject(resourceId("focusable_text_view")); in testIsFocused() local
488 UiObject textView = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testIsScrollable() local
DUiObject2Test.java293 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "example_id")); in testGetClassName() local
452 UiObject2 textView = mDevice.findObject(By.text("Sample text")); in testIsClickable() local
484 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "focusable_text_view")); in testIsFocused() local
512 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "top_text")); in testIsScrollable() local
520 UiObject2 textView = mDevice.findObject(By.res(TEST_APP, "selected_target")); in testIsSelected() local
649 UiObject2 textView = mDevice.findObject(By.text("Sample text")); in testRecycle() local
DUiAutomatorTestScopeTest.kt119 val textView = onView { textAsString == "Initial" } in <lambda>() constant
/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DKeycodeTestActivity.java34 TextView textView = (TextView) findViewById(R.id.text_view); in onCreate() local
40 TextView textView = (TextView) findViewById(R.id.text_view); in onKeyDown() local