Searched refs:endPos (Results 1 – 10 of 10) sorted by relevance
133 final int endPos = startPos + length; in fill() local134 ensureCapacity(endPos); in fill()135 Arrays.fill(mArray, startPos, endPos, value); in fill()136 if (mLength < endPos) { in fill()137 mLength = endPos; in fill()
515 int startPos, endPos; in realTimeReorder() local539 endPos = pagePosT; in realTimeReorder()557 endPos = pagePosT; in realTimeReorder()600 if ((endPos - startPos) * direction <= 0) { in realTimeReorder()606 for (int i = startPos; i != endPos; i += direction) { in realTimeReorder()
84 int endPos = index + getValueLength(); in interpret() local98 } while (currentPos < endPos); in interpret()
89 int endPos = index + getValueLength(); in interpret() local106 } while (currentPos < endPos); in interpret()
89 int endPos = index + getValueLength(); in interpret() local109 } while (currentPos < endPos); in interpret()
442 int endPos = (int) ((pos + amount) % CIRCULAR_BUFFER_SIZE); in readAt() local443 int firstLength = (startPos > endPos ? CIRCULAR_BUFFER_SIZE : endPos) - startPos; in readAt()
123 int endPos = findTargetPosition(doc.itemView, keyCode, event); in handleKey() local125 if (endPos != RecyclerView.NO_POSITION) { in handleKey()126 focusItem(endPos); in handleKey()
872 int endPos = pduDataStream.available(); in parseParts() local873 int partHeaderLen = headerLength - (startPos - endPos); in parseParts()1563 int endPos = pduDataStream.available(); in parseContentType() local1564 int parameterLen = length - (startPos - endPos); in parseContentType()
906 int endPos = pduDataStream.available(); in parseParts() local907 int partHeaderLen = headerLength - (startPos - endPos); in parseParts()1600 int endPos = pduDataStream.available(); in parseContentType() local1601 int parameterLen = length - (startPos - endPos); in parseContentType()
299 final int endPos = startPos + length; in testFill() local320 if (i >= startPos && i < endPos) { in testFill()