Searched refs:firstPage (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 556 CellLayout firstPage = insertNewWorkspaceScreen(Workspace.FIRST_SCREEN_ID, 0); in bindAndInitFirstWorkspaceScreen() local 562 .inflate(R.layout.search_container_workspace, firstPage, false); in bindAndInitFirstWorkspaceScreen() 567 CellLayout.LayoutParams lp = new CellLayout.LayoutParams(0, 0, firstPage.getCountX(), in bindAndInitFirstWorkspaceScreen() 570 if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) { in bindAndInitFirstWorkspaceScreen()
|