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