Searched refs:topmostChild (Results 1 – 1 of 1) sorted by relevance
116 View topmostChild = getChildAt(childCount - 1); in topmostChildHasFocus() local117 if (!(topmostChild instanceof FocusArea)) { in topmostChildHasFocus()121 return topmostChild.hasFocus(); in topmostChildHasFocus()130 View topmostChild = getChildAt(childCount - 1); in focusTopmostChild() local131 if (!(topmostChild instanceof FocusArea)) { in focusTopmostChild()135 FocusArea focusArea = (FocusArea) topmostChild; in focusTopmostChild()141 return topmostChild.performAccessibilityAction(ACTION_FOCUS, /* arguments= */ null); in focusTopmostChild()