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()
7033 final ViewGroup vgParent = (ViewGroup) parent; in findAncestorToTakeFocusInTouchMode() local7034 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()7035 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()7036 return vgParent; in findAncestorToTakeFocusInTouchMode()7038 if (vgParent.isRootNamespace()) { in findAncestorToTakeFocusInTouchMode()7041 parent = vgParent.getParent(); in findAncestorToTakeFocusInTouchMode()