Searched refs:displayAreas (Results 1 – 2 of 2) sorted by relevance
103 final List<DisplayArea> displayAreas = displayContent.getAllChildDisplayAreas(); in testDisplayAreaUniqueId() local105 for (DisplayArea displayArea : displayAreas) { in testDisplayAreaUniqueId()
1230 final List<DisplayArea> displayAreas = new ArrayList<>(); in getAllChildDisplayAreas() local1231 collectDescendantsOfType(DisplayArea.class,this, displayAreas); in getAllChildDisplayAreas()1232 return displayAreas; in getAllChildDisplayAreas()1237 List<DisplayArea> displayAreas = new ArrayList<>(); in getDisplayArea() local1243 collectDescendantsOfTypeIf(DisplayArea.class, p, this, displayAreas); in getDisplayArea()1244 List<DisplayArea> result = displayAreas.stream().filter( in getDisplayArea()