Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DScrollbarHelper.java30 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset() argument
33 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() argument
64 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 …]