Home
last modified time | relevance | path

Searched refs:getDecoratedEnd (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DScrollbarHelper.java47 final int laidOutArea = Math.abs(orientation.getDecoratedEnd(endChild) in computeScrollOffset()
71 final int extend = orientation.getDecoratedEnd(endChild) in computeScrollExtent()
91 final int laidOutArea = orientation.getDecoratedEnd(endChild) in computeScrollRange()
DOrientationHelper.java96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd() method in OrientationHelper
289 public int getDecoratedEnd(View view) { in createHorizontalHelper() method in OrientationHelper
387 public int getDecoratedEnd(View view) {
DLinearLayoutManager.java249 - mOrientationHelper.getDecoratedEnd(refChild); in onSaveInstanceState()
525 - mOrientationHelper.getDecoratedEnd(existing);
774 || mOrientationHelper.getDecoratedEnd(referenceChild) in updateAnchorFromChildren()
839 - mOrientationHelper.getDecoratedEnd(child);
846 ? (mOrientationHelper.getDecoratedEnd(child) + mOrientationHelper
1161 mLayoutState.mOffset = mOrientationHelper.getDecoratedEnd(child); in updateLayoutState()
1163 scrollingOffset = mOrientationHelper.getDecoratedEnd(child) in updateLayoutState()
1374 if (mOrientationHelper.getDecoratedEnd(child) > limit in recycleViewsFromStart()
1384 if (mOrientationHelper.getDecoratedEnd(child) > limit in recycleViewsFromStart()
1766 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()
[all …]
DGridLayoutManager.java434 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()