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.java256 private static <T extends WindowContainer> void collectDescendantsOfType(Class<T> clazz, in collectDescendantsOfType() method in WindowManagerState
410 collectDescendantsOfType(DisplayContent.class, mRoot, mDisplays); in parseSysDumpProto()
430 collectDescendantsOfType(WindowState.class, mRoot, mWindowStates); in parseSysDumpProto()
1231 collectDescendantsOfType(DisplayArea.class,this, displayAreas); in getAllChildDisplayAreas()
1731 collectDescendantsOfType(Activity.class, this, mActivities);
1733 collectDescendantsOfType(WindowState.class, this, mWindows);
1956 collectDescendantsOfType(WindowState.class, this, mSubWindows);