Searched refs:endLine (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java63 private void update(int startLine, int endLine, int newLineCount) { argument
66 dl.updateBlocks(startLine, endLine, newLineCount);
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java436 * @param endLine the last line of the range, possibly equal to startLine, lower
442 void updateBlocks(int startLine, int endLine, int newLineCount) { argument
457 if (mBlockEndLines[i] >= endLine) {
467 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock];
505 final int deltaLines = newLineCount - (endLine - startLine + 1);

Completed in 74 milliseconds