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.java7706 spanDetails.mXPosOutside, spanDetails.mYPosOutside); in testClickableSpanOnClickSingleTapOutside()
7778 viewOnScreenXY[1] + spanDetails.mYPosOutside)); in testClickableSpanOnClickDragOutside()
7780 viewOnScreenXY[1] + spanDetails.mYPosOutside + 50)); in testClickableSpanOnClickDragOutside()
9635 int mYPosOutside; field in TextViewTest.ClickableSpanTestDetails
9661 mYPosOutside = yBottom + 1; in calculatePositions()