Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java1034 View unfocusableWeakCandidate = null; // somewhat matches but not strong in onFocusSearchFailed() local
1071 || (!candidate.hasFocusable() && unfocusableWeakCandidate == null)) { in onFocusSearchFailed()
1104 unfocusableWeakCandidate = candidate; in onFocusSearchFailed()
1111 return (focusableWeakCandidate != null) ? focusableWeakCandidate : unfocusableWeakCandidate; in onFocusSearchFailed()