Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DCellLayoutBoard.java53 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()
DBoardClasses.kt45 data class IconPoint(val coord: Point, val type: Char = CellType.ICON) dataClass
DIdenticalBoardComparator.kt32 private fun iconsToPosCountMap(widgets: List<IconPoint>) = in iconsToPosCountMap()
DTestWorkspaceBuilder.kt171 private fun createIconInCell(iconPoint: IconPoint, paramScreenId: Int) = in createIconInCell()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DHotseatReorderUnitTest.kt29 import com.android.launcher3.celllayout.board.IconPoint in <lambda>()
107 .map(IconPoint::coord) in solve()
DReorderAlgorithmUnitTest.java34 import com.android.launcher3.celllayout.board.IconPoint;
157 .map(IconPoint::getCoord) in solve()