Searched refs:getDecoratedEnd (Results 1 – 4 of 4) sorted by relevance
47 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()
249 - 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 …]
96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd() method in OrientationHelper289 public int getDecoratedEnd(View view) { in createHorizontalHelper() method in OrientationHelper387 public int getDecoratedEnd(View view) {
434 || mOrientationHelper.getDecoratedEnd(view) < boundsStart) { in findReferenceChild()