Home
last modified time | relevance | path

Searched refs:clickView (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DFocusableInTouchModeClickTest.java45 TouchUtils.clickView(this, getActivity().getButton2()); in testClickGivesFocusNoClickFired()
51 TouchUtils.clickView(this, getActivity().getButton2()); in testClickGivesFocusNoClickFired()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListWithEditTextHeaderTest.java56 TouchUtils.clickView(this, mListView.getChildAt(0)); in testClickingHeaderKeepsFocus()
66 TouchUtils.clickView(this, mListView.getChildAt(0)); in testClickingHeaderWhenOtherItemHasFocusGivesHeaderFocus()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DDescendantFocusabilityTest.java114 TouchUtils.clickView(this, a.beforeDescendantsChild); in testBeforeDescendantsEnterTouchMode()
131 TouchUtils.clickView(this, a.afterDescendantsChild); in testAfterDescendantsEnterTouchMode()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListGetSelectedViewTest.java59 TouchUtils.clickView(this, last); in testGetSelectedView()
H A DListTouchManyTest.java109 TouchUtils.clickView(this, child); in testPress()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DTouchModeFlexibleAsserts.java40 TouchUtils.clickView(test, viewToTouch); in assertInTouchModeAfterClick()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java52 TouchUtils.clickView(this, radio); in testRadioButtonChangePreChecked()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledTest.java93 TouchUtils.clickView(this, mDisabled); in testTouchClick()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java339 public static void clickView(InstrumentationTestCase test, View v) { in clickView() method in TouchUtils
/aosp14/frameworks/base/test-runner/api/
H A Dcurrent.txt211 …method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view…