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.java1569 boolean acceptPartiallyVisible) { in findFirstVisibleChildClosestToStart() argument
1572 acceptPartiallyVisible); in findFirstVisibleChildClosestToStart()
1575 acceptPartiallyVisible); in findFirstVisibleChildClosestToStart()
1587 boolean acceptPartiallyVisible) { in findFirstVisibleChildClosestToEnd() argument
1590 acceptPartiallyVisible); in findFirstVisibleChildClosestToEnd()
1593 acceptPartiallyVisible); in findFirstVisibleChildClosestToEnd()
1750 boolean acceptPartiallyVisible) { in findOneVisibleChild() argument
1764 } else if (acceptPartiallyVisible && partiallyVisible == null) { in findOneVisibleChild()
DStaggeredGridLayoutManager.java1304 View findFirstVisibleItemClosestToStart(boolean fullyVisible, boolean acceptPartiallyVisible) {
1321 if (acceptPartiallyVisible && partiallyVisible == null) {
1334 View findFirstVisibleItemClosestToEnd(boolean fullyVisible, boolean acceptPartiallyVisible) {
1350 if (acceptPartiallyVisible && partiallyVisible == null) {