Searched refs:firstBlock (Results 1 – 1 of 1) sorted by relevance
821 /*final*/ int firstBlock = -1; in updateBlocks() local825 firstBlock = i; in updateBlocks()829 for (int i = firstBlock; i < mNumberOfBlocks; i++) { in updateBlocks()837 final boolean createBlockBefore = startLine > (firstBlock == 0 ? 0 : in updateBlocks()838 mBlockEndLines[firstBlock - 1] + 1); in updateBlocks()847 final int numRemovedBlocks = lastBlock - firstBlock + 1; in updateBlocks()862 System.arraycopy(mBlockEndLines, 0, blockEndLines, 0, firstBlock); in updateBlocks()863 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock); in updateBlocks()882 if (block < firstBlock) { in updateBlocks()901 newFirstChangedBlock = firstBlock + numAddedBlocks; in updateBlocks()[all …]