Searched refs:endLine (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | DynamicLayoutBlocksTest.java | 72 private void update(int startLine, int endLine, int newLineCount) { in update() argument 74 + newLineCount - endLine + startLine; in update() 78 dl.updateBlocks(startLine, endLine, newLineCount); in update()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 900 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn() local 901 for (int i = startLine; i <= endLine; i++) { in updateAlwaysNeedsToBeRedrawn() 957 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument 972 if (mBlockEndLines[i] >= endLine) { in updateBlocks() 982 final boolean createBlockAfter = endLine < mBlockEndLines[lastBlock]; in updateBlocks() 1039 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()
|
D | Layout.java | 1830 final int endLine = getLineForOffset(end - 1); in fillCharacterBounds() local 1832 forEachCharacterBounds(start, end, startLine, endLine, in fillCharacterBounds() 1856 @IntRange(from = 0) int endLine, in forEachCharacterBounds() 1860 for (int line = startLine; line <= endLine; ++line) { in forEachCharacterBounds() 2378 int endLine = getLineForVertical((int) area.bottom); in getRangeForRect() local 2379 if (endLine == 0 && area.bottom < getLineTop(0)) { in getRangeForRect() 2383 if (endLine < startLine) { in getRangeForRect() 2392 while (start == -1 && startLine < endLine) { in getRangeForRect() 2403 endLine, area, segmentFinder, inclusionStrategy, /* getStart= */ false); in getRangeForRect() 2406 while (end == -1 && startLine < endLine) { in getRangeForRect() [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |