Searched refs:otherLevelsRoomsCache (Results 1 – 1 of 1) sorted by relevance
320 private List<Room> otherLevelsRoomsCache; field in PlanComponent888 otherLevelsRoomsCache = null; in addModelListeners()910 otherLevelsRoomsCache = null; in addModelListeners()995 otherLevelsRoomsCache = null; in addModelListeners()1068 otherLevelsRoomsCache = null; in addModelListeners()2571 if (this.otherLevelsRoomsCache == null in paintOtherLevels()2609 if (this.otherLevelsRoomsCache == null) { in paintOtherLevels()2624 this.otherLevelsRoomsCache = otherLevelsRooms; in paintOtherLevels()2627 if (this.otherLevelsRoomsCache == null) { in paintOtherLevels()2628 this.otherLevelsRoomsCache = Collections.emptyList(); in paintOtherLevels()[all …]