Searched refs:focusableWeakCandidateOverlap (Results 1 – 1 of 1) sorted by relevance
1026 int focusableWeakCandidateOverlap = 0; // how many spans overlap in onFocusSearchFailed() local1078 if (overlap > focusableWeakCandidateOverlap) { in onFocusSearchFailed()1080 } else if (overlap == focusableWeakCandidateOverlap in onFocusSearchFailed()1101 focusableWeakCandidateOverlap = Math.min(candidateEnd, prevSpanEnd) in onFocusSearchFailed()