Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java93 && !topmostChildHasFocus()) { in addView()
104 && getChildCount() > 0 && !topmostChildHasFocus()) { in removeViewAt()
110 private boolean topmostChildHasFocus() { in topmostChildHasFocus() method in HeadsUpContainerView