Lines Matching refs:isTwoPanels
105 public final boolean isTwoPanels; field in DeviceProfile
355 isTwoPanels = isTablet && isMultiDisplay; in DeviceProfile()
376 if (isTwoPanels) { in DeviceProfile()
548 boolean canQsbInline = (isTwoPanels ? inv.inlineQsb[INDEX_TWO_PANEL_PORTRAIT] in DeviceProfile()
556 isTwoPanels ? inv.numDatabaseHotseatIcons : inv.numShownHotseatIcons; in DeviceProfile()
560 isTwoPanels ? inv.numDatabaseAllAppsColumns : inv.numAllAppsColumns; in DeviceProfile()
569 isTwoPanels ? inv.hotseatSpecsTwoPanelId : inv.hotseatSpecsId)); in DeviceProfile()
584 isTwoPanels ? inv.workspaceCellSpecsTwoPanelId in DeviceProfile()
661 isTwoPanels ? inv.workspaceSpecsTwoPanelId : inv.workspaceSpecsId), in DeviceProfile()
670 isTwoPanels ? inv.allAppsSpecsTwoPanelId : inv.allAppsSpecsId), in DeviceProfile()
681 isTwoPanels ? inv.folderSpecsTwoPanelId : inv.folderSpecsId), in DeviceProfile()
694 isTwoPanels ? inv.allAppsCellSpecsTwoPanelId in DeviceProfile()
747 isTwoPanels ? cellLayoutBorderSpacePx.x / 2 : res.getDimensionPixelSize( in DeviceProfile()
898 if (isTwoPanels) { in recalculateHotseatWidthAndBorderSpace()
1628 return isTwoPanels ? 2 : 1;
2073 writer.println(prefix + "\tisTwoPanels:" + isTwoPanels);