Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()
H A DLinearLayoutManager.java249 - mOrientationHelper.getDecoratedEnd(refChild); in onSaveInstanceState()
525 - mOrientationHelper.getDecoratedEnd(existing);
839 - mOrientationHelper.getDecoratedEnd(child);
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()
1868 final int childEnd = mOrientationHelper.getDecoratedEnd(child); in findOneVisibleChild()
2025 mOrientationHelper.getDecoratedEnd(target) in prepareForDrop()
2358 - mOrientationHelper.getDecoratedEnd(child);
[all …]
H A 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) {
H A DGridLayoutManager.java434 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()