Searched defs:endOffset (Results 1 - 6 of 6) 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...]
/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java398 private long endOffset; field in class:StrictJarFile.RAFStream
402 public RAFStream(RandomAccessFile raf, long initialOffset, long endOffset) { argument
405 this.endOffset = endOffset;
413 return (offset < endOffset ? 1 : 0);
422 final long length = endOffset - offset;
438 if (byteCount > endOffset - offset) {
439 byteCount = endOffset - offset;
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp310 size_t endOffset = offset - 2; local
311 while (endOffset > startOffset + 1 && data[endOffset - 1] == 0x00) {
312 --endOffset;
316 *nalSize = endOffset - startOffset;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java537 int endOffset;
566 endOffset = mLayoutState.mOffset;
581 endOffset = mLayoutState.mOffset;
596 updateLayoutStateToFillEnd(lastElement, endOffset);
599 endOffset = mLayoutState.mOffset;
611 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
613 endOffset += fixOffset;
616 endOffset += fixOffset;
620 endOffset += fixOffset;
621 fixOffset = fixLayoutEndGap(endOffset, recycle
663 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
873 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java897 * Get the minimum range of paragraphs that contains startOffset and endOffset.
899 private long getParagraphsRange(int startOffset, int endOffset) { argument
914 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 1301 milliseconds