Searched refs:collectDescendantsOfType (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 262 private static <T extends WindowContainer> void collectDescendantsOfType(Class<T> clazz, in collectDescendantsOfType() method in WindowManagerState 420 collectDescendantsOfType(DisplayContent.class, mRoot, mDisplays); in parseSysDumpProto() 441 collectDescendantsOfType(WindowState.class, mRoot, mWindowStates); in parseSysDumpProto() 1293 collectDescendantsOfType(DisplayArea.class,this, displayAreas); in getAllChildDisplayAreas() 1922 collectDescendantsOfType(Activity.class, this, mActivities); 1924 collectDescendantsOfType(WindowState.class, this, mWindows); 2151 collectDescendantsOfType(WindowState.class, this, mSubWindows);
|