Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java256 collectDescendantsOfTypeIf(clazz, t -> true, root, outChildren); in collectDescendantsOfType()
263 private static <T extends WindowContainer> void collectDescendantsOfTypeIf(Class<T> clazz, in collectDescendantsOfTypeIf() method in WindowManagerState
273 collectDescendantsOfTypeIf(clazz, predicate, child, outChildren); in collectDescendantsOfTypeIf()
1178 collectDescendantsOfTypeIf(ActivityTask.class, t -> t.isRootTask(), this, in addRootTasks()
1212 collectDescendantsOfTypeIf(DisplayArea.class, DisplayArea::isTaskDisplayArea, this, in getAllTaskDisplayAreas()
1244 collectDescendantsOfTypeIf(DisplayArea.class, p, this, displayAreas); in getDisplayArea()