Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java90 ArrayList<CellLayoutBoard> workspaceBoards = workspaceToBoards(); in validateBoard()
113 ArrayList<CellLayoutBoard> boards = workspaceToBoards(); in printCurrentWorkspace()
120 private ArrayList<CellLayoutBoard> workspaceToBoards() { in workspaceToBoards() method in TaplReorderWidgetsTest
121 return getFromLauncher(CellLayoutTestUtils::workspaceToBoards); in workspaceToBoards()
125 ArrayList<CellLayoutBoard> workspaceBoards = workspaceToBoards(); in getWidgetClosestTo()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestUtils.java32 public static ArrayList<CellLayoutBoard> workspaceToBoards(Launcher launcher) { in workspaceToBoards() method in CellLayoutTestUtils