Searched refs:hotseatBarSizePx (Results 1 – 13 of 13) sorted by relevance
112 public int hotseatBarSizePx; field in DeviceProfile220 hotseatBarSizePx = ResourceUtils.pxFromDp(inv.iconSize, mInfo.metrics) in DeviceProfile()237 hotseatBarSizePx += extraSpace; in DeviceProfile()391 hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx in updateIconSize()397 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()501 padding.left = hotseatBarSizePx; in updateWorkspacePadding()505 padding.right = hotseatBarSizePx; in updateWorkspacePadding()508 int paddingBottom = hotseatBarSizePx + workspacePageIndicatorHeight in updateWorkspacePadding()569 mInsets.left + availableWidthPx - hotseatBarSizePx - edgeMarginPx, in getAbsoluteOpenFolderBounds()576 mInsets.top + availableHeightPx - hotseatBarSizePx in getAbsoluteOpenFolderBounds()
99 lp.width = grid.hotseatBarSizePx + insets.left; in setInsets()102 lp.width = grid.hotseatBarSizePx + insets.right; in setInsets()107 lp.height = grid.hotseatBarSizePx + insets.bottom; in setInsets()
54 int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getShelfTrackingDistance()
64 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
166 final float targetY = secondaryDimension - dp.hotseatBarSizePx; in getWindowTargetRect()
81 return dp.hotseatBarSizePx + hotseatInset; in getSwipeUpDestinationAndLength()
150 mLauncher.getDeviceProfile().hotseatBarSizePx + insets.bottom; in setInsets()
271 lp.bottomMargin = grid.hotseatBarSizePx + insets.bottom; in setInsets()
221 lp.topMargin = grid.heightPx - grid.hotseatBarSizePx - mMaxHeightPx; in init()
181 int hotseatSize = dp.hotseatBarSizePx + dp.getInsets().bottom in reInitUi()
347 int hotseatHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; in getHotseatTop()
192 profile.hotseatBarSizePx); in onStateOrResumeChanging()
387 topMargin = grid.hotseatBarSizePx; in updateDragHandleBounds()