Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7722 final int endPos = clickableString.length(); in prepareAndRetrieveClickableSpanDetails() local
7723 spannableString.setSpan(mockTextLink, startPos, endPos, 0); in prepareAndRetrieveClickableSpanDetails()
7730 return new ClickableSpanTestDetails(mockTextLink, mTextView, startPos, endPos); in prepareAndRetrieveClickableSpanDetails()