Searched refs:newLineCount (Results 1 – 2 of 2) sorted by relevance
69 private void update(int startLine, int endLine, int newLineCount) { in update() argument72 dl.updateBlocks(startLine, endLine, newLineCount); in update()
504 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument528 boolean createBlock = newLineCount > 0; in updateBlocks()580 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()602 mBlockEndLines[blockIndex] = startLine + newLineCount - 1; in updateBlocks()