Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java14557 final ViewGroup vgAncestor = (ViewGroup) ancestor; in hasAncestorThatBlocksDescendantFocus() local
14558 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS in hasAncestorThatBlocksDescendantFocus()
14559 || (!focusableInTouchMode && vgAncestor.shouldBlockFocusForTouchscreen())) { in hasAncestorThatBlocksDescendantFocus()
14562 ancestor = vgAncestor.getParent(); in hasAncestorThatBlocksDescendantFocus()