Searched refs:availableHeightPx (Results 1 – 12 of 12) sorted by relevance
79 public final int availableHeightPx; field in DeviceProfile269 availableHeightPx = nonFinalAvailableHeightPx; in DeviceProfile()458 new WindowBounds(widthPx, heightPx, availableWidthPx, availableHeightPx); in toBuilder()530 final int maxHeight = availableHeightPx - workspacePadding.y; in updateAvailableDimensions()628 int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx656 int contentMaxHeight = availableHeightPx - totalWorkspacePadding.y - folderBottomPanelSize in updateAvailableFolderCellDimensions()732 result.y = calculateCellHeight(availableHeightPx - padding.y in getCellSize()829 mInsets.top + availableHeightPx); in getAbsoluteOpenFolderBounds()836 mInsets.top + availableHeightPx - hotseatTop in getAbsoluteOpenFolderBounds()920 writer.println(prefix + pxToDpStr("availableHeightPx", availableHeightPx)); in dump()
95 lp.height = grid.availableHeightPx - 2 * grid.edgeMarginPx; in setInsets()
535 + Math.abs(profile.availableHeightPx - availableHeight); in getDeviceProfile()
139 .getPrimaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()141 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
292 out.y = dp.availableHeightPx; in getTaskDimension()
72 int allAppsStartingPositionY = mLauncher.getDeviceProfile().availableHeightPx in setInsets()
108 int approxRows = (int) Math.ceil(grid.availableHeightPx / grid.allAppsIconSizePx); in updatePoolSize()
240 int diffY = (int) (dY / dp.availableHeightPx * FG_TRANS_Y_FACTOR); in update()
232 mInsets.top = mInsets.bottom = (mDp.heightPx - mDp.availableHeightPx) / 2; in LauncherPreviewRenderer()
527 makeMeasureSpec(mActivityContext.getDeviceProfile().availableHeightPx, in onRecommendedWidgetsBound()
996 + ", available height: " + deviceProfile.availableHeightPx in logWidgetInfo()
1134 int maxContentAreaHeight = grid.availableHeightPx - grid.getTotalWorkspacePadding().y in getContentAreaHeight()