Searched refs:IconPoint (Results 1 – 6 of 6) sorted by relevance
21 public class IconPoint { class25 public IconPoint(Point coord, char type) { in IconPoint() method in IconPoint
53 List<IconPoint> mIconPoints = new ArrayList<>();103 public List<IconPoint> getIcons() { in getIcons()245 mIconPoints.add(new IconPoint(iconCoord, CellType.ICON)); in addIcon()306 private static List<IconPoint> getIconPoints(char[][] board) { in getIconPoints()307 List<IconPoint> iconPoints = new ArrayList<>(); in getIconPoints()311 iconPoints.add(new IconPoint(new Point(x, y), board[x][y])); in getIconPoints()
32 private fun iconsToPosCountMap(widgets: List<IconPoint>) = in iconsToPosCountMap()
172 private ItemInfo createIconInCell(IconPoint iconPoint, int screenId) { in createIconInCell()
29 import com.android.launcher3.celllayout.board.IconPoint in <lambda>()107 .map(IconPoint::getCoord) in solve()
34 import com.android.launcher3.celllayout.board.IconPoint;153 .map(IconPoint::getCoord) in solve()