Searched refs:isTwoPanels (Results 1 – 25 of 38) sorted by relevance
12
157 deviceProfile.isTwoPanels in <lambda>()280 if (launcher.deviceProfile.isTwoPanels && actualIds.contains(pairId)) { in <lambda>()284 LauncherAppState.getIDP(launcher).supportedProfiles.any(DeviceProfile::isTwoPanels) && in <lambda>()326 launcher.deviceProfile.isTwoPanels in <lambda>()378 if (launcher.deviceProfile.isTwoPanels) { in <lambda>()
180 if (dp.isTwoPanels) { in onMeasure()202 if (!dp.isTwoPanels) { in onMeasure()242 if (dp.isTwoPanels) { in onLayout()261 if (dp.isTwoPanels) { in onLayout()
105 public final boolean isTwoPanels; field in DeviceProfile355 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()[all …]
35 default void setPauseScroll(boolean pause, boolean isTwoPanels) { in setPauseScroll() argument
379 public void setPauseScroll(boolean pause, boolean isTwoPanels) {380 mIsTwoPanels = isTwoPanels;
148 if (deviceProfile.isTwoPanels && enableUnfoldedTwoPanePicker()) { in getTabletHorizontalMargin()153 if (deviceProfile.isLandscape && !deviceProfile.isTwoPanels) { in getTabletHorizontalMargin()185 if (changed && mDeviceProfile.isTwoPanels && enableUnfoldedTwoPanePicker()) { in onLayout()
713 && !activity.getDeviceProfile().isTwoPanels) in getWidgetSheetId()715 || (activity.getDeviceProfile().isTwoPanels && enableUnfoldedTwoPanePicker()); in getWidgetSheetId()851 oldDp.isTwoPanels != newDp.isTwoPanels && enableUnfoldedTwoPanePicker(); in shouldRecreateLayout()856 (!enableCategorizedWidgetSuggestions() && (newDp.isTablet && !newDp.isTwoPanels in shouldRecreateLayout()
32 if (dp.isTablet && !dp.isTwoPanels) { in forItem()
176 int layoutRes = mDp.isTwoPanels ? R.layout.launcher_preview_two_panel_layout in LauncherPreviewRenderer()193 mDp.isTwoPanels ? (mDp.cellLayoutBorderSpacePx.x / 2) in LauncherPreviewRenderer()199 if (mDp.isTwoPanels) { in LauncherPreviewRenderer()
135 if (dp.isTablet && !dp.isTwoPanels) { in getTestSizes()
84 if (deviceProfile.isTwoPanels) { in getWorkspaceScaleAndTranslation()
9 isTwoPanels:false
9 isTwoPanels:true