Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DGridLayoutManager.java354 AnchorInfo anchorInfo, int itemDirection) { in onAnchorReady() argument
355 super.onAnchorReady(recycler, state, anchorInfo, itemDirection); in onAnchorReady()
358 ensureAnchorIsInCorrectSpan(recycler, state, anchorInfo, itemDirection); in onAnchorReady()
386 RecyclerView.State state, AnchorInfo anchorInfo, int itemDirection) { in ensureAnchorIsInCorrectSpan() argument
388 itemDirection == LayoutState.ITEM_DIRECTION_TAIL; in ensureAnchorIsInCorrectSpan()