Searched defs:endOffset (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLocation.java47 @XmlAttribute(name = "endOffset")
48 public int endOffset; field in class:Location
54 startOffset = endOffset = startLine = endLine = NaN;
59 endOffset = other.endOffset;
73 endLine = endOffset = NaN;
79 endOffset = end.getCharPositionInLine() + lastLine.length() - 1;//end is inclusive
88 public Location(int startLine, int startOffset, int endLine, int endOffset) { argument
92 this.endOffset = endOffset;
[all...]
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp283 size_t endOffset = offset - 2; local
284 while (endOffset > startOffset + 1 && data[endOffset - 1] == 0x00) {
285 --endOffset;
289 *nalSize = endOffset - startOffset;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java529 int endOffset;
548 endOffset = mLayoutState.mOffset;
563 endOffset = mLayoutState.mOffset;
578 updateLayoutStateToFillEnd(lastElement, endOffset);
581 endOffset = mLayoutState.mOffset;
593 int fixOffset = fixLayoutEndGap(endOffset, recycler, state, true);
595 endOffset += fixOffset;
598 endOffset += fixOffset;
602 endOffset += fixOffset;
603 fixOffset = fixLayoutEndGap(endOffset, recycle
636 layoutForPredictiveAnimations(RecyclerView.Recycler recycler, RecyclerView.State state, int startOffset, int endOffset) argument
846 fixLayoutEndGap(int endOffset, RecyclerView.Recycler recycler, RecyclerView.State state, boolean canOffsetChildren) argument
[all...]
/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 106 milliseconds