Home
last modified time | relevance | path

Searched refs:hotseatBarSizePx (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java105 public int hotseatBarSizePx; field in DeviceProfile
208 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, dm) + (isVerticalBarLayout() in DeviceProfile()
224 hotseatBarSizePx += extraSpace; in DeviceProfile()
344 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()
350 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()
449 padding.left = hotseatBarSizePx; in updateWorkspacePadding()
453 padding.right = hotseatBarSizePx; in updateWorkspacePadding()
456 int paddingBottom = hotseatBarSizePx + verticalDragHandleSizePx in updateWorkspacePadding()
516 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()
523 mInsets.top + availableHeightPx - hotseatBarSizePx in getAbsoluteOpenFolderBounds()
DHotseat.java89 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()
92 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()
97 lp.height = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java47 extraSpace = dp.hotseatBarSizePx + dp.verticalDragHandleSizePx; in calculateLauncherTaskSize()
118 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java89 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
156 final float targetCenterY = dp.availableHeightPx - dp.hotseatBarSizePx; in prepareHomeUI()
DFallbackActivityControllerHelper.java68 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java157 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java199 visible ? 1 : 0, profile.hotseatBarSizePx); in onLauncherStateOrResumeChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java300 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in isTouchOverHotseat()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java309 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()