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()
8572 final int endPos = clickableString.length(); in prepareAndRetrieveClickableSpanDetails() local8573 spannableString.setSpan(mockTextLink, startPos, endPos, 0); in prepareAndRetrieveClickableSpanDetails()8580 return new ClickableSpanTestDetails(mockTextLink, mTextView, startPos, endPos); in prepareAndRetrieveClickableSpanDetails()