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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLocation.java46 @XmlAttribute(name = "endLine")
47 public int endLine; field in class:Location
55 startOffset = endOffset = startLine = endLine = NaN;
62 endLine = other.endLine;
74 endLine = endOffset = NaN;
76 endLine = end.getLine() - 1; // token lines start from 1
89 public Location(int startLine, int startOffset, int endLine, int endOffset) { argument
92 this.endLine = endLine;
[all...]
H A DLayoutFileParser.java261 valueLocation.endLine = attrLocation.endLine;
/frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
H A DLocationTest.java44 location2.endLine = 10;
/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.java446 * @param endLine the last line of the range, possibly equal to startLine, lower
452 void updateBlocks(int startLine, int endLine, int newLineCount) { argument
467 if (mBlockEndLines[i] >= endLine) {
477 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock];
516 final int deltaLines = newLineCount - (endLine - startLine + 1);
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java120 for (int i = location.startLine; i <= location.endLine; i++) {
130 if (i == location.endLine) {
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java883 assertEquals(0, location.endLine);
891 assertEquals(0, predLoc.endLine);
898 assertEquals(0, aLoc.endLine);
905 assertEquals(0, tLoc.endLine);
912 assertEquals(0, bLoc.endLine);
919 assertEquals(0, cLoc.endLine);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java251 String endLine = lines.get(end.line);
252 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 244 milliseconds