Home
last modified time | relevance | path

Searched refs:topmostChild (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java116 View topmostChild = getChildAt(childCount - 1); in topmostChildHasFocus() local
117 if (!(topmostChild instanceof FocusArea)) { in topmostChildHasFocus()
121 return topmostChild.hasFocus(); in topmostChildHasFocus()
130 View topmostChild = getChildAt(childCount - 1); in focusTopmostChild() local
131 if (!(topmostChild instanceof FocusArea)) { in focusTopmostChild()
135 FocusArea focusArea = (FocusArea) topmostChild; in focusTopmostChild()
141 return topmostChild.performAccessibilityAction(ACTION_FOCUS, /* arguments= */ null); in focusTopmostChild()