Searched refs:availableHeightPx (Results 1 – 23 of 23) sorted by relevance
511 float scale = (float) outRect.height() / (dp.availableHeightPx - taskbarHeight); in setSplitTaskSwipeRect()512 float topTaskHeight = dp.availableHeightPx * topLeftTaskPercent; in setSplitTaskSwipeRect()514 float dividerHeight = dp.availableHeightPx * dividerBarPercent; in setSplitTaskSwipeRect()616 float scale = (float) totalThumbnailHeight / (dp.availableHeightPx - taskbarHeight); in getGroupedTaskViewSizes()617 float topTaskHeight = dp.availableHeightPx * taskPercent; in getGroupedTaskViewSizes()
121 public final int availableHeightPx; field in DeviceProfile373 availableHeightPx = windowBounds.availableSize.y; in DeviceProfile()808 return (int) (Math.ceil((availableHeightPx - allAppsPadding.top) in getMaxAllAppsRowCount()1003 widthPx, heightPx, availableWidthPx, availableHeightPx, rotationHint); in toBuilder()1474 int contentMaxHeight = availableHeightPx - totalWorkspacePadding.y;1696 return availableHeightPx - getTotalWorkspacePadding().y;1982 mInsets.top + availableHeightPx);1989 mInsets.top + availableHeightPx - hotseatTop2081 writer.println(prefix + pxToDpStr("availableHeightPx", availableHeightPx));
183 .getPrimaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()185 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
93 activityContext.deviceProfile.availableHeightPx in show()
16 availableHeightPx: 2456.0px (1228.0dp)
16 availableHeightPx: 1496.0px (748.0dp)
16 availableHeightPx: 2075.0px (790.4762dp)
16 availableHeightPx: 943.0px (359.2381dp)
16 availableHeightPx: 1730.0px (659.0476dp)
16 availableHeightPx: 2219.0px (845.3333dp)
16 availableHeightPx: 2156.0px (821.3333dp)
16 availableHeightPx: 1006.0px (383.2381dp)
393 if (currentHeight >= mActivityContext.getDeviceProfile().availableHeightPx) break; in addDeepShortcuts()
1374 .getPrimaryValue(dp.availableWidthPx, dp.availableHeightPx); in getDefaultWindowTargetRect()1376 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getDefaultWindowTargetRect()1407 mDeviceProfile.availableHeightPx); in getClosingWindowAnimators()
1178 int maxContentAreaHeight = grid.availableHeightPx - grid.getTotalWorkspacePadding().y in getContentAreaHeight()