Searched refs:childArea (Results 1 – 1 of 1) sorted by relevance
299 final DisplayArea<?> childArea = getChildAt(i).asDisplayArea(); in dumpChildDisplayArea() local300 if (childArea == null) { in dumpChildDisplayArea()303 pw.println(prefix + "* " + childArea.getName()); in dumpChildDisplayArea()304 if (childArea.isTaskDisplayArea()) { in dumpChildDisplayArea()308 childArea.dump(pw, doublePrefix, dumpAll); in dumpChildDisplayArea()309 childArea.dumpChildDisplayArea(pw, doublePrefix, dumpAll); in dumpChildDisplayArea()