Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DScrollbarHelper.java31 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollOffset() argument
34 || endChild == null) { in computeScrollOffset()
38 lm.getPosition(endChild)); in computeScrollOffset()
40 lm.getPosition(endChild)); in computeScrollOffset()
47 final int laidOutArea = Math.abs(orientation.getDecoratedEnd(endChild) in computeScrollOffset()
50 - lm.getPosition(endChild)) + 1; in computeScrollOffset()
62 View startChild, View endChild, RecyclerView.LayoutManager lm, in computeScrollExtent() argument
65 || endChild == null) { in computeScrollExtent()
69 return Math.abs(lm.getPosition(startChild) - lm.getPosition(endChild)) + 1; in computeScrollExtent()
71 final int extend = orientation.getDecoratedEnd(endChild) in computeScrollExtent()
[all …]