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.java7531 emulateClickOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
7538 emulateClickOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
7649 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView() method