Searched defs:workspaceScreens (Results 1 – 5 of 5) sorted by relevance
150 ArrayList<Long> workspaceScreens = new ArrayList<>(Arrays.asList(1L, 3L)); in checkItemPlacement_wrongWorkspaceScreen() local171 ArrayList<Long> workspaceScreens = new ArrayList<>(Arrays.asList(1L, 2L)); in checkItemPlacement_outsideBounds() local183 ArrayList<Long> workspaceScreens = new ArrayList<>(Arrays.asList(1L, 2L)); in checkItemPlacement_overlappingItems() local210 ArrayList<Long> workspaceScreens = new ArrayList<>(); in checkItemPlacement_hotseat() local
74 ArrayList<Long> workspaceScreens = LauncherModel.loadWorkspaceScreensDb(context); in execute() local171 protected void updateScreens(Context context, ArrayList<Long> workspaceScreens) { in updateScreens()237 ArrayList<Long> workspaceScreens, in findSpaceForItem()
86 public final ArrayList<Long> workspaceScreens = new ArrayList<>(); field in BgDataModel
390 protected boolean checkItemPlacement(ItemInfo item, ArrayList<Long> workspaceScreens) { in checkItemPlacement()
405 ArrayList<Long> workspaceScreens = workspace.getScreenOrder(); in findSpaceOnWorkspace() local