Home
last modified time | relevance | path

Searched refs:iconCoord (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DCellLayoutBoard.java243 Point iconCoord = new Point(x, y); in addIcon() local
244 removeOverlappingItems(iconCoord); in addIcon()
245 mIconPoints.add(new IconPoint(iconCoord, CellType.ICON)); in addIcon()