Home
last modified time | relevance | path

Searched refs:startLine (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutBlocksTest.java72 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/
DDynamicLayout.java756 int startLine = blockIndex == 0 ? 0 : (mBlockEndLines[blockIndex - 1] + 1); in updateAlwaysNeedsToBeRedrawn() local
758 for (int i = startLine; i <= endLine; i++) { in updateAlwaysNeedsToBeRedrawn()
814 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument
823 if (mBlockEndLines[i] >= startLine) { in updateBlocks()
836 final boolean createBlockBefore = startLine > (firstBlock == 0 ? 0 : in updateBlocks()
896 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()
911 mBlockEndLines[blockIndex] = startLine - 1; in updateBlocks()
918 mBlockEndLines[blockIndex] = startLine + newLineCount - 1; in updateBlocks()
DLayout.java366 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in getJustifyWidth() local
367 if (lineNum < startLine + count) { in getJustifyWidth()
490 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in drawText() local
493 if (lineNum < startLine + count) { in drawText()
/frameworks/base/tools/codegen/src/com/android/codegen/
DUtils.kt106 val TypeDeclaration<*>.startLine get() = range.get()!!.begin.line constant
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java630 final int startLine = tv.getLayout().getLineForOffset(startOffset); in dragDownUntilLineChange() local
644 if (tv.getLayout().getLineForOffset(tv.getSelectionStart()) > startLine) { in dragDownUntilLineChange()
650 tv.getLayout().getLineForOffset(tv.getSelectionStart())).isGreaterThan(startLine); in dragDownUntilLineChange()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...