Searched refs:endChild (Results 1 – 1 of 1) sorted by relevance
30 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset() argument33 endChild == null) { in computeScrollOffset()37 lm.getPosition(endChild)); in computeScrollOffset()39 lm.getPosition(endChild)); in computeScrollOffset()46 final int laidOutArea = Math.abs(orientation.getDecoratedEnd(endChild) - in computeScrollOffset()49 lm.getPosition(endChild)) + 1; in computeScrollOffset()61 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent() argument64 endChild == null) { in computeScrollExtent()68 return Math.abs(lm.getPosition(startChild) - lm.getPosition(endChild)) + 1; in computeScrollExtent()70 final int extend = orientation.getDecoratedEnd(endChild) in computeScrollExtent()[all …]