Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance
69 size_t endPos = pData->dataPosition(); in writeBundle() local72 int length = endPos - startPos; in writeBundle()74 pData->setDataPosition(endPos); in writeBundle()
9619 final int endPos = clickableString.length(); in prepareAndRetrieveClickableSpanDetails() local9620 spannableString.setSpan(mockTextLink, startPos, endPos, 0); in prepareAndRetrieveClickableSpanDetails()9627 return new ClickableSpanTestDetails(mockTextLink, mTextView, startPos, endPos); in prepareAndRetrieveClickableSpanDetails()