Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java440 private <T extends View> List<T> findViewsOfType(ViewGroup rootView, Class<T> clazz) { in findViewsOfType() method in StatusIconPanelViewController
447 views.addAll(findViewsOfType((ViewGroup) v, clazz)); in findViewsOfType()