Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java255 WindowContainer root, List<T> outChildren) { in collectDescendantsOfType() argument
256 collectDescendantsOfTypeIf(clazz, t -> true, root, outChildren); in collectDescendantsOfType()
264 Predicate<T> predicate, WindowContainer root, List<T> outChildren) { in collectDescendantsOfTypeIf() argument
270 outChildren.add(clazz.cast(child)); in collectDescendantsOfTypeIf()
273 collectDescendantsOfTypeIf(clazz, predicate, child, outChildren); in collectDescendantsOfTypeIf()
282 WindowContainer root, List<T> outChildren) { in collectChildrenOfType() argument
286 outChildren.add(clazz.cast(child)); in collectChildrenOfType()