Searched refs:hotseatBarSizePx (Results 1 – 11 of 11) sorted by relevance
109 public int hotseatBarSizePx; field in DeviceProfile215 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, dm) + (isVerticalBarLayout() in DeviceProfile()231 hotseatBarSizePx += extraSpace; in DeviceProfile()372 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()378 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()482 padding.left = hotseatBarSizePx; in updateWorkspacePadding()486 padding.right = hotseatBarSizePx; in updateWorkspacePadding()489 int paddingBottom = hotseatBarSizePx + verticalDragHandleSizePx in updateWorkspacePadding()549 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()556 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()
150 final float targetCenterY = dp.availableHeightPx - dp.hotseatBarSizePx; in getDefaultWindowTargetRect()
133 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
68 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
86 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
167 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
204 visible ? 1 : 0, profile.hotseatBarSizePx); in onLauncherStateOrResumeChanged()
321 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
312 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()