Searched defs:endOffset (Results 1 - 7 of 7) 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.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/av/media/libstagefright/foundation/
H A Davc_utils.cpp331 size_t endOffset = offset - 2; local
332 while (endOffset > startOffset + 1 && data[endOffset - 1] == 0x00) {
333 --endOffset;
337 *nalSize = endOffset - startOffset;
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java540 int endOffset;
569 endOffset = mLayoutState.mOffset;
584 endOffset = mLayoutState.mOffset;
599 updateLayoutStateToFillEnd(lastElement, endOffset);
602 endOffset = mLayoutState.mOffset;
614 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
616 endOffset += fixOffset;
619 endOffset += fixOffset;
623 endOffset += fixOffset;
624 fixOffset = fixLayoutEndGap(endOffset, recycle
666 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
876 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearLayoutManager.java569 int endOffset;
598 endOffset = mLayoutState.mOffset;
613 endOffset = mLayoutState.mOffset;
628 updateLayoutStateToFillEnd(lastElement, endOffset);
631 endOffset = mLayoutState.mOffset;
643 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
645 endOffset += fixOffset;
648 endOffset += fixOffset;
652 endOffset += fixOffset;
653 fixOffset = fixLayoutEndGap(endOffset, recycle
695 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
906 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java1010 * Get the minimum range of paragraphs that contains startOffset and endOffset.
1012 private long getParagraphsRange(int startOffset, int endOffset) { argument
1027 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 182 milliseconds