Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java9638 private int mEndCharPos; field in TextViewTest.ClickableSpanTestDetails
9646 mEndCharPos = endCharPos; in ClickableSpanTestDetails()
9653 int xEnd = (int) mParent.getLayout().getPrimaryHorizontal(mEndCharPos, true); in calculatePositions()
9654 int line = mParent.getLayout().getLineForOffset(mEndCharPos); in calculatePositions()