Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1508 boolean acceptPartiallyVisible) { in findFirstVisibleChildClosestToStart() argument
1511 acceptPartiallyVisible); in findFirstVisibleChildClosestToStart()
1514 acceptPartiallyVisible); in findFirstVisibleChildClosestToStart()
1526 boolean acceptPartiallyVisible) { in findFirstVisibleChildClosestToEnd() argument
1529 acceptPartiallyVisible); in findFirstVisibleChildClosestToEnd()
1532 acceptPartiallyVisible); in findFirstVisibleChildClosestToEnd()
1689 boolean acceptPartiallyVisible) { in findOneVisibleChild() argument
1703 } else if (acceptPartiallyVisible && partiallyVisible == null) { in findOneVisibleChild()
DStaggeredGridLayoutManager.java1189 View findFirstVisibleItemClosestToStart(boolean fullyVisible, boolean acceptPartiallyVisible) {
1207 if (acceptPartiallyVisible && partiallyVisible == null) {
1220 View findFirstVisibleItemClosestToEnd(boolean fullyVisible, boolean acceptPartiallyVisible) {
1237 if (acceptPartiallyVisible && partiallyVisible == null) {