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