Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java299 public void keepFocusOnResizeTest(final Config config, boolean fullyVisible) throws Throwable { in keepFocusOnResizeTest() argument
338 if (!fullyVisible) { in keepFocusOnResizeTest()
388 if (fullyVisible) { in keepFocusOnResizeTest()
1457 final boolean fullyVisible = childStart >= start && childEnd <= end;
1463 if (fullyVisible) {
DStaggeredGridLayoutManagerTest.java1907 final boolean fullyVisible = childStart >= start && childEnd <= end; in traverseAndFindVisibleChildren()
1914 if (fullyVisible) { in traverseAndFindVisibleChildren()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java1189 View findFirstVisibleItemClosestToStart(boolean fullyVisible, boolean acceptPartiallyVisible) {
1202 if (childStart >= boundsStart || !fullyVisible) {
1220 View findFirstVisibleItemClosestToEnd(boolean fullyVisible, boolean acceptPartiallyVisible) {
1232 if (childEnd <= boundsEnd || !fullyVisible) {