Searched refs:deltaLines (Results 1 – 1 of 1) sorted by relevance
1039 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks() local1040 if (deltaLines != 0) { in updateBlocks()1045 mBlockEndLines[i] += deltaLines; in updateBlocks()1068 mBlockEndLines[blockIndex] = lastBlockEndLine + deltaLines; in updateBlocks()