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()
6362 final ViewGroup vgParent = (ViewGroup) parent; in findAncestorToTakeFocusInTouchMode() local6363 if (vgParent.getDescendantFocusability() == ViewGroup.FOCUS_AFTER_DESCENDANTS in findAncestorToTakeFocusInTouchMode()6364 && vgParent.isFocusableInTouchMode()) { in findAncestorToTakeFocusInTouchMode()6365 return vgParent; in findAncestorToTakeFocusInTouchMode()6367 if (vgParent.isRootNamespace()) { in findAncestorToTakeFocusInTouchMode()6370 parent = vgParent.getParent(); in findAncestorToTakeFocusInTouchMode()