Searched refs:mIconPoints (Results 1 – 1 of 1) sorted by relevance
53 List<IconPoint> mIconPoints = new ArrayList<>(); field in CellLayoutBoard104 return mIconPoints; in getIcons()137 mIconPoints = mIconPoints.stream().filter(iconPoint -> { in removeOverlappingItems()169 mIconPoints = mIconPoints.stream().filter(iconPoint -> { in removeOverlappingItems()245 mIconPoints.add(new IconPoint(iconCoord, CellType.ICON)); in addIcon()373 board.mIconPoints = getIconPoints(board.mWidget); in boardFromString()