Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DGridLayoutManager.java1027 int focusableWeakCandidateOverlap = 0; // how many spans overlap in onFocusSearchFailed() local
1079 if (overlap > focusableWeakCandidateOverlap) { in onFocusSearchFailed()
1081 } else if (overlap == focusableWeakCandidateOverlap in onFocusSearchFailed()
1102 focusableWeakCandidateOverlap = Math.min(candidateEnd, prevSpanEnd) in onFocusSearchFailed()