Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7245 spanDetails.mXPosOutside, spanDetails.mYPosOutside); in testClickableSpanOnClickSingleTapOutside()
7257 viewOnScreenXY[1] + spanDetails.mYPosOutside)); in testClickableSpanOnClickDragOutside()
7259 viewOnScreenXY[1] + spanDetails.mYPosOutside + 50)); in testClickableSpanOnClickDragOutside()
8846 int mYPosOutside; field in TextViewTest.ClickableSpanTestDetails
8872 mYPosOutside = yBottom + 1; in calculatePositions()