Searched refs:setText (Results 1 – 23 of 23) sorted by relevance
44 ((TextView) view).setText("text_1_clicked"); in onCreate()45 new Handler().postDelayed(() -> ((TextView) view).setText("text_1_changed"), in onCreate()
44 clickRegion.setOnClickListener(view -> clickRegion.setText(mTouchMessage + "_clicked")); in onCreate()46 clickRegion.setText(mTouchMessage + "_long_clicked"); in onCreate()
42 text.setText(windowId == null ? "first" : windowId); in onCreate()43 text.setOnClickListener(v -> text.setText("I've been clicked!")); in onCreate()
45 swipeRegion.setText(distanceX > 0 ? "swipe_left" : "swipe_right"); in onCreate()47 swipeRegion.setText(distanceY > 0 ? "swipe_up" : "swipe_down"); in onCreate()
49 ((TextView) view).setText(visibleRegion.toString()); in onClick()59 ((TextView) view).setText(visibleRegionCenter.toString()); in onLongClick()
64 mFlingRegion.setText(vX > 0 ? "fling_left" : "fling_right"); in onTouchEvent()66 mFlingRegion.setText(vY > 0 ? "fling_up" : "fling_down"); in onTouchEvent()
34 button.setText("I've been long clicked!"); in onCreate()
36 button.setOnClickListener(v -> button.setText("I've been clicked!")); in onCreate()
47 touchRegion.setText(String.format("%d touch(es) received", mPointerGestureCount)); in onTouchEvent()
44 scaleFactor.setText(Float.toString(scale)); in onCreate()
57 dragDestination.setText("drag_received"); in onCreate()
35 textView.setText(""); in onCreate()
90 textButton.setOnClickListener(v -> textTarget.setText("updated_text")); in onCreate()
573 public boolean setText(@Nullable String text) throws UiObjectNotFoundException { in setText() method in UiObject607 setText(""); in clearTextField()
518 setText(""); in clear()986 public void setText(@Nullable String text) { in setText() method in UiObject2
367 editText.setText("new_text"); in testSetText()391 assertUiObjectNotFound(() -> noNode.setText("new_text")); in testTextFamily_throwsUiObjectNotFoundException()
863 object.setText("new_text"); in testSetText()
245 … method public boolean setText(String!) throws androidx.test.uiautomator.UiObjectNotFoundException;301 method public void setText(String!);
285 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;351 method public void setText(String?);
419 … method public boolean setText(String?) throws androidx.test.uiautomator.UiObjectNotFoundException;486 method public void setText(String?);