Home
last modified time | relevance | path

Searched refs:getDecoratedStart (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DScrollbarHelper.java48 - orientation.getDecoratedStart(startChild)); in computeScrollOffset()
54 - orientation.getDecoratedStart(startChild))); in computeScrollOffset()
72 - orientation.getDecoratedStart(startChild); in computeScrollExtent()
92 - orientation.getDecoratedStart(startChild); in computeScrollRange()
DLinearLayoutManager.java254 state.mAnchorOffset = mOrientationHelper.getDecoratedStart(refChild) in onSaveInstanceState()
528 current = mOrientationHelper.getDecoratedStart(existing)
772 mOrientationHelper.getDecoratedStart(referenceChild) >= mOrientationHelper in updateAnchorFromChildren()
831 final int startGap = mOrientationHelper.getDecoratedStart(child)
848 : mOrientationHelper.getDecoratedStart(child);
1172 mLayoutState.mOffset = mOrientationHelper.getDecoratedStart(child); in updateLayoutState()
1173 scrollingOffset = -mOrientationHelper.getDecoratedStart(child) in updateLayoutState()
1418 if (mOrientationHelper.getDecoratedStart(child) < limit in recycleViewsFromEnd()
1428 if (mOrientationHelper.getDecoratedStart(child) < limit in recycleViewsFromEnd()
1765 } else if (mOrientationHelper.getDecoratedStart(view) >= boundsEnd in findReferenceChild()
[all …]
DOrientationHelper.java84 public abstract int getDecoratedStart(View view); in getDecoratedStart() method in OrientationHelper
296 public int getDecoratedStart(View view) { in createHorizontalHelper() method in OrientationHelper
394 public int getDecoratedStart(View view) {