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()
4890 final ViewGroup vgParent = (ViewGroup) parent; in findAncestorToTakeFocusInTouchMode() local4891 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()4892 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()4893 return vgParent; in findAncestorToTakeFocusInTouchMode()4895 if (vgParent.isRootNamespace()) { in findAncestorToTakeFocusInTouchMode()4898 parent = vgParent.getParent(); in findAncestorToTakeFocusInTouchMode()