Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java1062 final LayoutParams candidateLp = (LayoutParams) candidate.getLayoutParams(); in onFocusSearchFailed() local
1063 final int candidateStart = candidateLp.mSpanIndex; in onFocusSearchFailed()
1064 final int candidateEnd = candidateLp.mSpanIndex + candidateLp.mSpanSize; in onFocusSearchFailed()
1100 focusableWeakCandidateSpanIndex = candidateLp.mSpanIndex; in onFocusSearchFailed()
1105 unfocusableWeakCandidateSpanIndex = candidateLp.mSpanIndex; in onFocusSearchFailed()