Searched refs:startLine (Results 1 – 3 of 3) sorted by relevance
442 void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument451 if (mBlockEndLines[i] >= startLine) { in updateBlocks()464 boolean createBlockBefore = startLine > (firstBlock == 0 ? 0 : in updateBlocks()505 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()512 mBlockEndLines[blockIndex] = startLine - 1; in updateBlocks()518 mBlockEndLines[blockIndex] = startLine + newLineCount - 1; in updateBlocks()
281 int startLine = getLineForOffset(sp.getSpanStart(margin)); in drawText() local282 useFirstLineMargin = i < startLine + count; in drawText()
63 private void update(int startLine, int endLine, int newLineCount) { in update() argument66 dl.updateBlocks(startLine, endLine, newLineCount); in update()