Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/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 …]
/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 …]
/frameworks/support/car/src/main/java/androidx/car/widget/
DPagedListView.java1399 View endChild = in drawDivider() local
1404 if (startChild == null || endChild == null) { in drawDivider()
1415 endChild.getGlobalVisibleRect(endRect); in drawDivider()