Home
last modified time | relevance | path

Searched refs:setText (Results 1 – 23 of 23) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DWaitTestActivity.java44 ((TextView) view).setText("text_1_clicked"); in onCreate()
45 new Handler().postDelayed(() -> ((TextView) view).setText("text_1_changed"), in onCreate()
DClickOnPositionTestActivity.java44 clickRegion.setOnClickListener(view -> clickRegion.setText(mTouchMessage + "_clicked")); in onCreate()
46 clickRegion.setText(mTouchMessage + "_long_clicked"); in onCreate()
DSplitScreenTestActivity.java42 text.setText(windowId == null ? "first" : windowId); in onCreate()
43 text.setOnClickListener(v -> text.setText("I've been clicked!")); in onCreate()
DSwipeTestActivity.java45 swipeRegion.setText(distanceX > 0 ? "swipe_left" : "swipe_right"); in onCreate()
47 swipeRegion.setText(distanceY > 0 ? "swipe_up" : "swipe_down"); in onCreate()
DVisibleBoundsTestActivity.java49 ((TextView) view).setText(visibleRegion.toString()); in onClick()
59 ((TextView) view).setText(visibleRegionCenter.toString()); in onLongClick()
DFlingTestActivity.java64 mFlingRegion.setText(vX > 0 ? "fling_left" : "fling_right"); in onTouchEvent()
66 mFlingRegion.setText(vY > 0 ? "fling_up" : "fling_down"); in onTouchEvent()
DLongClickTestActivity.java34 button.setText("I've been long clicked!"); in onCreate()
DUiDeviceTestClickActivity.java36 button.setOnClickListener(v -> button.setText("I've been clicked!")); in onCreate()
DPointerGestureTestActivity.java47 touchRegion.setText(String.format("%d touch(es) received", mPointerGestureCount)); in onTouchEvent()
DPinchTestActivity.java44 scaleFactor.setText(Float.toString(scale)); in onCreate()
DDragTestActivity.java57 dragDestination.setText("drag_received"); in onCreate()
DKeycodeTestActivity.java35 textView.setText(""); in onCreate()
DUntilTestActivity.java90 textButton.setOnClickListener(v -> textTarget.setText("updated_text")); in onCreate()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java573 public boolean setText(@Nullable String text) throws UiObjectNotFoundException { in setText() method in UiObject
607 setText(""); in clearTextField()
DUiObject2.java518 setText(""); in clear()
986 public void setText(@Nullable String text) { in setText() method in UiObject2
/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java367 editText.setText("new_text"); in testSetText()
391 assertUiObjectNotFound(() -> noNode.setText("new_text")); in testTextFamily_throwsUiObjectNotFoundException()
DUiObject2Test.java863 object.setText("new_text"); in testSetText()
/test/uiautomator/uiautomator/api/
D2.2.0.txt245 … method public boolean setText(String!) throws androidx.test.uiautomator.UiObjectNotFoundException;
301 method public void setText(String!);
Drestricted_2.2.0.txt245 … method public boolean setText(String!) throws androidx.test.uiautomator.UiObjectNotFoundException;
301 method public void setText(String!);
Drestricted_2.3.0-beta01.txt285 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;
351 method public void setText(String?);
D2.3.0-beta01.txt285 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;
351 method public void setText(String?);
Dcurrent.txt419 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;
486 method public void setText(String?);
Drestricted_current.txt419 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;
486 method public void setText(String?);