Home
last modified time | relevance | path

Searched refs:endLine (Results 1 – 10 of 10) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DLocation.java47 public int endLine; field in Location
55 startOffset = endOffset = startLine = endLine = NaN; in Location()
62 endLine = other.endLine; in Location()
74 endLine = endOffset = NaN; in Location()
76 endLine = end.getLine() - 1; // token lines start from 1 in Location()
89 public Location(int startLine, int startOffset, int endLine, int endOffset) {
92 this.endLine = endLine;
101 ", endLine=" + endLine +
122 if (endLine != location.endLine) {
143 result = 31 * result + endLine;
[all …]
DLayoutFileParser.java261 valueLocation.endLine = attrLocation.endLine; in parseExpressions()
/frameworks/base/core/java/android/text/
DDynamicLayout.java445 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn() local
446 for (int i = startLine; i <= endLine; i++) { in updateAlwaysNeedsToBeRedrawn()
504 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument
519 if (mBlockEndLines[i] >= endLine) { in updateBlocks()
529 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock]; in updateBlocks()
580 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()
/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutBlocksTest.java69 private void update(int startLine, int endLine, int newLineCount) { in update() argument
72 dl.updateBlocks(startLine, endLine, newLineCount); in update()
/frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
DLocationTest.java44 location2.endLine = 10; in testContains()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DBaseCompilationTest.java120 for (int i = location.startLine; i <= location.endLine; i++) { in extract()
130 if (i == location.endLine) { in extract()
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java1041 assertEquals(0, location.endLine); in testLocationTracking()
1049 assertEquals(0, predLoc.endLine); in testLocationTracking()
1056 assertEquals(0, aLoc.endLine); in testLocationTracking()
1063 assertEquals(0, tLoc.endLine); in testLocationTracking()
1070 assertEquals(0, bLoc.endLine); in testLocationTracking()
1077 assertEquals(0, cLoc.endLine); in testLocationTracking()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DXmlEditor.java253 String endLine = lines.get(end.line); in replace() local
254 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1); in replace()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...