Searched refs:endChild (Results 1 – 1 of 1) sorted by relevance
31 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset() argument34 || endChild == null) { in computeScrollOffset()38 lm.getPosition(endChild)); in computeScrollOffset()40 lm.getPosition(endChild)); in computeScrollOffset()50 - lm.getPosition(endChild)) + 1; in computeScrollOffset()62 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent() argument65 || endChild == null) { in computeScrollExtent()71 final int extend = orientation.getDecoratedEnd(endChild) in computeScrollExtent()84 || endChild == null) { in computeScrollRange()91 final int laidOutArea = orientation.getDecoratedEnd(endChild) in computeScrollRange()[all …]