Searched refs:availableHeightPx (Results 1 – 8 of 8) sorted by relevance
58 public final int availableHeightPx; field in DeviceProfile159 availableHeightPx = minSize.y; in DeviceProfile()162 availableHeightPx = maxSize.y; in DeviceProfile()254 Point size = new Point(availableWidthPx, availableHeightPx); in toBuilder()273 Math.min(availableHeightPx, windowBounds.availableSize.y)); in getMultiWindowProfile()333 int maxHeight = (availableHeightPx - getTotalWorkspacePadding().y); in updateAvailableDimensions()397 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx in updateIconSize()426 int contentMaxHeight = availableHeightPx - totalWorkspacePadding.y - folderBottomPanelSize in updateAvailableFolderCellDimensions()480 result.y = calculateCellHeight(availableHeightPx - padding.y in getCellSize()570 mInsets.top + availableHeightPx); in getAbsoluteOpenFolderBounds()[all …]
94 lp.height = grid.availableHeightPx - 2 * grid.edgeMarginPx; in setInsets()
162 .getPrimaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()164 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
203 int diffY = (int) (dY / dp.availableHeightPx * FG_TRANS_Y_FACTOR); in update()
105 int approxRows = (int) Math.ceil(grid.availableHeightPx / grid.allAppsIconSizePx); in updatePoolSize()
245 taskHeight = dp.availableHeightPx; in calculateTaskSizeInternal()
223 mInsets.top = mInsets.bottom = (mDp.heightPx - mDp.availableHeightPx) / 2; in LauncherPreviewRenderer()
1084 int maxContentAreaHeight = grid.availableHeightPx - grid.getTotalWorkspacePadding().y in getContentAreaHeight()