Searched refs:endOffset (Results 1 - 13 of 13) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLocation.java48 @XmlAttribute(name = "endOffset")
49 public int endOffset; field in class:Location
55 startOffset = endOffset = startLine = endLine = NaN;
60 endOffset = other.endOffset;
74 endLine = endOffset = NaN;
80 endOffset = end.getCharPositionInLine() + lastLine.length() - 1;//end is inclusive
89 public Location(int startLine, int startOffset, int endLine, int endOffset) { argument
93 this.endOffset = endOffset;
[all...]
H A DLayoutFileParser.java262 valueLocation.endOffset = attrLocation.endOffset - 2; // account for: "}
/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java441 private long endOffset; field in class:StrictJarFile.FDStream
444 public FDStream(FileDescriptor fd, long initialOffset, long endOffset) { argument
447 this.endOffset = endOffset;
451 return (offset < endOffset ? 1 : 0);
460 final long length = endOffset - offset;
480 if (byteCount > endOffset - offset) {
481 byteCount = endOffset - offset;
/frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
H A DLocationTest.java46 location2.endOffset = 2;
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java544 int endOffset;
573 endOffset = mLayoutState.mOffset;
588 endOffset = mLayoutState.mOffset;
603 updateLayoutStateToFillEnd(lastElement, endOffset);
606 endOffset = mLayoutState.mOffset;
618 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
620 endOffset += fixOffset;
623 endOffset += fixOffset;
627 endOffset += fixOffset;
628 fixOffset = fixLayoutEndGap(endOffset, recycle
670 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
880 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java567 int endOffset;
596 endOffset = mLayoutState.mOffset;
611 endOffset = mLayoutState.mOffset;
626 updateLayoutStateToFillEnd(lastElement, endOffset);
629 endOffset = mLayoutState.mOffset;
641 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
643 endOffset += fixOffset;
646 endOffset += fixOffset;
650 endOffset += fixOffset;
651 fixOffset = fixLayoutEndGap(endOffset, recycle
693 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
904 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java290 final int endOffset = widget.getOffsetForPosition(event.getX(), event.getY());
291 Selection.setSelection(buffer, Math.min(startOffset, endOffset),
292 Math.max(startOffset, endOffset));
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java402 int endOffset = section.data.length;
406 xmpEndOffset.add(endOffset);
419 int endOffset = xmpEndOffset.get(i);
420 int length = endOffset - startOffset;
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp319 size_t endOffset = offset - 2; local
320 while (endOffset > startOffset + 1 && data[endOffset - 1] == 0x00) {
321 --endOffset;
325 *nalSize = endOffset - startOffset;
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java1042 assertEquals(input.length() - 1, location.endOffset);
1050 assertEquals(4, predLoc.endOffset);
1057 assertEquals(0, aLoc.endOffset);
1064 assertEquals(4, tLoc.endOffset);
1071 assertEquals(8, bLoc.endOffset);
1078 assertEquals(12, cLoc.endOffset);
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java131 end = location.endOffset;
/frameworks/base/core/java/android/widget/
H A DEditor.java925 * Get the minimum range of paragraphs that contains startOffset and endOffset.
927 private long getParagraphsRange(int startOffset, int endOffset) { argument
942 int maxLine = layout.getLineForOffset(endOffset);
/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 7682 milliseconds