Home
last modified time | relevance | path

Searched refs:isVerticalBarLayout (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java167 context = getContext(context, isVerticalBarLayout() in DeviceProfile()
173 desiredWorkspaceLeftRightMarginPx = isVerticalBarLayout() ? 0 : edgeMarginPx; in DeviceProfile()
175 int cellLayoutPaddingLeftRightMultiplier = !isVerticalBarLayout() && isTablet in DeviceProfile()
207 hotseatBarSidePaddingStartPx = isVerticalBarLayout() ? verticalDragHandleSizePx : 0; in DeviceProfile()
208 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, dm) + (isVerticalBarLayout() in DeviceProfile()
217 if (!isVerticalBarLayout() && isPhone && isTallDevice) { in DeviceProfile()
291 int topBottomPadding = allAppsIconDrawablePaddingPx * (isVerticalBarLayout() ? 2 : 1); in adjustToHideWorkspaceLabels()
312 final boolean isVerticalLayout = isVerticalBarLayout(); in updateIconSize()
445 if (isVerticalBarLayout()) { in updateWorkspacePadding()
482 if (isVerticalBarLayout()) { in getHotseatLayoutPadding()
[all …]
DFocusHelper.java216 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleHotseatButtonKeyEvent()
244 !profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
249 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
254 profile.isVerticalBarLayout()) { in handleHotseatButtonKeyEvent()
330 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout())); in handleIconKeyEvent()
353 if (keyCode == KeyEvent.KEYCODE_DPAD_DOWN && !profile.isVerticalBarLayout()) { in handleIconKeyEvent()
356 profile.isVerticalBarLayout()) { in handleIconKeyEvent()
DDropTargetBar.java84 mIsVertical = grid.isVerticalBarLayout(); in setInsets()
92 if (grid.isVerticalBarLayout()) { in setInsets()
DHotseat.java85 if (grid.isVerticalBarLayout()) { in setInsets()
DBaseActivity.java269 writer.println(" deviceProfile isTransposed=" + getDeviceProfile().isVerticalBarLayout()); in dumpMisc()
DBaseDraggingActivity.java246 if (mDeviceProfile.isVerticalBarLayout()) { in onDeviceProfileInitiated()
DLauncherState.java227 if (launcher.getDeviceProfile().isVerticalBarLayout()) { in getVisibleElements()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java138 return !dp.isVerticalBarLayout() ? RotationMode.NORMAL in getRotationMode()
152 if (launcher.getDeviceProfile().isVerticalBarLayout()) { in createTouchControllers()
197 && !profile.isVerticalBarLayout(); in onLauncherStateOrResumeChanged()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java46 if (launcher.getDeviceProfile().isVerticalBarLayout()) { in createTouchControllers()
56 && !launcher.getDeviceProfile().isVerticalBarLayout()) { in createTouchControllers()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java44 if (dp.isVerticalBarLayout()) { in calculateLauncherTaskSize()
87 paddingHorz = res.getDimension(dp.isVerticalBarLayout() in calculateTaskSize()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java87 int totalRows = grid.inv.numRows + (grid.isVerticalBarLayout() ? 0 : 2); in StaggeredWorkspaceAnim()
97 if (grid.isVerticalBarLayout()) { in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java93 mIsVerticalLayout = mLauncher.getDeviceProfile().isVerticalBarLayout(); in AllAppsTransitionController()
103 mIsVerticalLayout = dp.isVerticalBarLayout(); in onDeviceProfileChanged()
DDiscoveryBounce.java173 || launcher.getDeviceProfile().isVerticalBarLayout() in showForOverviewIfNeeded()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java491 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
524 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
567 if (mDeviceProfile.isVerticalBarLayout()) { in getOpeningWindowAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java300 if (grid.isVerticalBarLayout()) { in updateDragHandleBounds()
336 boolean visible = mLauncher.getDeviceProfile().isVerticalBarLayout() || mAM.isEnabled(); in updateDragHandleVisibility()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java52 if (launcher.getDeviceProfile().isVerticalBarLayout()) { in getVerticalProgress()
DOverviewState.java128 if (launcher.getDeviceProfile().isVerticalBarLayout()) {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java86 if (dp.isVerticalBarLayout() && SysUINavigationMode.getMode(context) != Mode.NO_BUTTON) { in getSwipeUpDestinationAndLength()
338 if (!activity.getDeviceProfile().isVerticalBarLayout()
DFallbackActivityControllerHelper.java64 if (dp.isVerticalBarLayout() in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java51 if (grid.isVerticalBarLayout()) { in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFlingToDeleteHelper.java121 } else if (mLauncher.getDeviceProfile().isVerticalBarLayout() && in isFlingingToDelete()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java145 mDrawingFlatColor = dp.isVerticalBarLayout(); in reInitUi()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java210 if (mLauncher.getDeviceProfile().isVerticalBarLayout()) { in getScrollRangeDelta()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java263 if (grid.isVerticalBarLayout()) { in setInsets()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java302 if (launcher.getDeviceProfile().isVerticalBarLayout()) { in canApplyPredictions()

12