Home
last modified time | relevance | path

Searched refs:longClickableButton (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DUntilTestActivity.java68 Button longClickableButton = (Button) findViewById(R.id.long_clickable_button); in onCreate() local
70 longClickableButton.setOnClickListener(v -> longClickableTarget.setLongClickable(true)); in onCreate()
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java499 UiObject longClickableButton = mDevice.findObject( in testIsLongClickable() local
504 assertTrue(longClickableButton.isLongClickable()); in testIsLongClickable()
DUiObject2Test.java496 UiObject2 longClickableButton = mDevice.findObject(By.res(TEST_APP, in testIsLongClickable() local
498 assertTrue(longClickableButton.isLongClickable()); in testIsLongClickable()