Lines Matching refs:availableHeightPx
58 public final int availableHeightPx; field in DeviceProfile
239 availableHeightPx = minSize.y; in DeviceProfile()
242 availableHeightPx = maxSize.y; in DeviceProfile()
272 mwSize.set(Math.min(availableWidthPx, mwSize.x), Math.min(availableHeightPx, mwSize.y)); in getMultiWindowProfile()
338 int maxHeight = (availableHeightPx - getTotalWorkspacePadding().y); in updateAvailableDimensions()
384 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()
413 int maxHeight = availableHeightPx - getTotalWorkspacePadding().y - folderMargin; in updateAvailableFolderCellDimensions()
453 return new Point(dropTargetBarSizePx, availableHeightPx - 2 * edgeMarginPx); in getSearchBarDimensForWidgetOpts()
479 result.y = calculateCellHeight(availableHeightPx - padding.y in getCellSize()
546 mInsets.top + availableHeightPx); in getAbsoluteOpenFolderBounds()
552 mInsets.top + availableHeightPx - hotseatBarSizePx in getAbsoluteOpenFolderBounds()
570 int zoneHeight = (int) (overviewModeIconZoneRatio * availableHeightPx); in getOverviewModeButtonBarHeight()