Searched refs:endPos (Results 1 – 1 of 1) sorted by relevance
7722 final int endPos = clickableString.length(); in prepareAndRetrieveClickableSpanDetails() local7723 spannableString.setSpan(mockTextLink, startPos, endPos, 0); in prepareAndRetrieveClickableSpanDetails()7730 return new ClickableSpanTestDetails(mockTextLink, mTextView, startPos, endPos); in prepareAndRetrieveClickableSpanDetails()