Searched refs:hotseatBarSizePx (Results 1 – 10 of 10) sorted by relevance
105 public int hotseatBarSizePx; field in DeviceProfile208 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()
89 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()
47 extraSpace = dp.hotseatBarSizePx + dp.verticalDragHandleSizePx; in calculateLauncherTaskSize()118 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
89 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()156 final float targetCenterY = dp.availableHeightPx - dp.hotseatBarSizePx; in prepareHomeUI()
68 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
157 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
199 visible ? 1 : 0, profile.hotseatBarSizePx); in onLauncherStateOrResumeChanged()
300 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in isTouchOverHotseat()
309 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()