Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java254 private static <T extends WindowContainer> void collectDescendantsOfType(Class<T> clazz, in collectDescendantsOfType() method in WindowManagerState
407 collectDescendantsOfType(DisplayContent.class, mRoot, mDisplays); in parseSysDumpProto()
426 collectDescendantsOfType(WindowState.class, mRoot, mWindowStates); in parseSysDumpProto()
1232 collectDescendantsOfType(DisplayArea.class,this, displayAreas); in getAllChildDisplayAreas()
1611 collectDescendantsOfType(Activity.class, this, mActivities);
1613 collectDescendantsOfType(WindowState.class, this, mWindows);
1832 collectDescendantsOfType(WindowState.class, this, mSubWindows);