Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java85 return focusTopmostChild(); in onRequestFocusInDescendants()
95 mHandler.postDelayed(() -> focusTopmostChild(), mEnterAnimationDuration); in addView()
106 mHandler.postDelayed(() -> focusTopmostChild(), mExitAnimationDuration); in removeViewAt()
124 private boolean focusTopmostChild() { in focusTopmostChild() method in HeadsUpContainerView