Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8367 emulateClickOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
8374 emulateClickOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
8756 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView() method