Searched refs:vgParent (Results 1 – 2 of 2) sorted by relevance
354 final ViewGroup vgParent = (ViewGroup) parent; in onAttachedToWindow() local355 if (vgParent.isKeyboardNavigationCluster()) { in onAttachedToWindow()357 if (vgParent.getTouchscreenBlocksFocus()) { in onAttachedToWindow()362 parent = vgParent.getParent(); in onAttachedToWindow()
4720 final ViewGroup vgParent = (ViewGroup) parent; in findAncestorToTakeFocusInTouchMode() local4721 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()4722 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()4723 return vgParent; in findAncestorToTakeFocusInTouchMode()4725 if (vgParent.isRootNamespace()) { in findAncestorToTakeFocusInTouchMode()4728 parent = vgParent.getParent(); in findAncestorToTakeFocusInTouchMode()