Searched refs:vgAncestor (Results 1 – 1 of 1) sorted by relevance
14557 final ViewGroup vgAncestor = (ViewGroup) ancestor; in hasAncestorThatBlocksDescendantFocus() local14558 if (vgAncestor.getDescendantFocusability() == ViewGroup.FOCUS_BLOCK_DESCENDANTS in hasAncestorThatBlocksDescendantFocus()14559 || (!focusableInTouchMode && vgAncestor.shouldBlockFocusForTouchscreen())) { in hasAncestorThatBlocksDescendantFocus()14562 ancestor = vgAncestor.getParent(); in hasAncestorThatBlocksDescendantFocus()