Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java98 ViewGroup effectiveRoot = getEffectiveRoot(root, focused); in findNextFocus() local
100 next = findNextUserSpecifiedFocus(effectiveRoot, focused, direction); in findNextFocus()
108 effectiveRoot.addFocusables(focusables, direction); in findNextFocus()
110 next = findNextFocus(effectiveRoot, focused, focusedRect, direction, focusables); in findNextFocus()