Home
last modified time | relevance | path

Searched refs:extraHeight (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DScreenshotUtils.java184 float extraHeight = textBounds.height() + TITLE_TEXT_MARGIN * 2; in addTextToImage() local
187 image.getHeight() + (int) extraHeight, image.getConfig()); in addTextToImage()
191 extraHeight - TITLE_TEXT_MARGIN - textBounds.bottom, paint); in addTextToImage()
192 canvas.drawBitmap(image, 0, extraHeight, null); in addTextToImage()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java141 int extraHeight = (Flags.enableTwolineToggle() && in getExpectedHeight() local
144 totalHeight += extraHeight; in getExpectedHeight()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java1093 float extraHeight = Math.max(0, maxHeight - usedHeight); in updateAvailableDimensions() local
1112 extraHeight = Math.max(0, maxHeight - getCellLayoutHeightSpecification()); in updateAvailableDimensions()
1115 return Math.round(extraHeight); in updateAvailableDimensions()