Searched defs:findLastCompletelyVisibleItemPosition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java1811 * @see #findLastCompletelyVisibleItemPosition()
1833 * @see #findLastCompletelyVisibleItemPosition()
1853 public int findLastCompletelyVisibleItemPosition() { method in class:LinearLayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearLayoutManager.java1871 * @see #findLastCompletelyVisibleItemPosition()
1893 * @see #findLastCompletelyVisibleItemPosition()
1913 public int findLastCompletelyVisibleItemPosition() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java1061 into[i] = mSpans[i].findLastCompletelyVisibleItemPosition();
2725 public int findLastCompletelyVisibleItemPosition() { method in class:StaggeredGridLayoutManager.Span

Completed in 98 milliseconds