Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A DTimerFragmentTest.java186 clickView(timeText); in timeClick_startsTimer()
199 clickView(timeText); in timeClick_startsSecondTimer()
212 clickView(timeText); in timeClick_pausesTimer()
214 clickView(timeText); in timeClick_pausesTimer()
227 clickView(timeText); in timeClick_pausesSecondTimer()
230 clickView(timeText); in timeClick_pausesSecondTimer()
243 clickView(timeText); in timeClick_restartsTimer()
245 clickView(timeText); in timeClick_restartsTimer()
447 clickView(reset); in clickReset_resetsTimer()
466 clickView(reset); in clickReset_resetsSecondTimer()
[all …]
/aosp12/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()
/aosp12/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()
/aosp12/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()
/aosp12/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()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DTouchModeFlexibleAsserts.java40 TouchUtils.clickView(test, viewToTouch); in assertInTouchModeAfterClick()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java52 TouchUtils.clickView(this, radio); in testRadioButtonChangePreChecked()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledTest.java93 TouchUtils.clickView(this, mDisabled); in testTouchClick()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java257 public void onClick(final View clickView) { in onFinishInflate()
269 public void onClick(final View clickView) { in onFinishInflate()
307 public void onClick(final View clickView) { in onFinishInflate()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java229 public void onClick(final View clickView) { in onCreateView()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java339 public static void clickView(InstrumentationTestCase test, View v) { in clickView() method in TouchUtils
/aosp12/frameworks/base/test-runner/api/
H A Dcurrent.txt211 …method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29099 method public static void clickView(android.test.InstrumentationTestCase, android.view.View);