Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6569 CtsTouchUtils.emulateTapOnView(mInstrumentation, mTextView, spanDetails.mXPosInside, in testClickableSpanOnClickSingleTapInside()
6577 CtsTouchUtils.emulateDoubleTapOnView(mInstrumentation, mTextView, spanDetails.mXPosInside, in testClickableSpanOnClickDoubleTapInside()
7735 int mXPosInside; field in TextViewTest.ClickableSpanTestDetails
7761 mXPosInside = (xStart + xEnd) / 2; in calculatePositions()