Searched refs:screenCount (Results 1 – 2 of 2) sorted by relevance
67 int screenCount = workspaceScreens.size(); in findSpaceForItem() local75 for (int screen = 0; screen < screenCount; screen++) { in findSpaceForItem()
1501 final int screenCount = getChildCount(); in enableHwLayersOnVisiblePages() local1515 if (rightScreen < screenCount - 1) { in enableHwLayersOnVisiblePages()1522 for (int i = 0; i < screenCount; i++) { in enableHwLayersOnVisiblePages()3251 int screenCount = getChildCount();3254 layouts = new CellLayout[screenCount + 1];3255 layouts[screenCount] = mLauncher.getHotseat();3257 layouts = new CellLayout[screenCount];3259 for (int screen = 0; screen < screenCount; screen++) {