Searched refs:totalThumbnailHeight (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | LandscapePagedViewHandler.kt | 464 val totalThumbnailHeight = parentHeight - spaceAboveSnapshot in measureGroupedTaskViewThumbnailBounds() constant 465 val dividerBar = getDividerBarSize(totalThumbnailHeight, splitBoundsConfig) in measureGroupedTaskViewThumbnailBounds() 490 val totalThumbnailHeight = parentHeight - spaceAboveSnapshot in getGroupedTaskViewSizes() constant 491 val dividerBar = getDividerBarSize(totalThumbnailHeight, splitBoundsConfig) in getGroupedTaskViewSizes() 499 val firstTaskViewSize = Point(parentWidth, (totalThumbnailHeight * taskPercent).toInt()) in getGroupedTaskViewSizes() 501 Point(parentWidth, totalThumbnailHeight - firstTaskViewSize.y - dividerBar) in getGroupedTaskViewSizes() 574 val totalThumbnailHeight = groupedTaskViewHeight - spaceAboveSnapshot in setSplitIconParams() constant 575 val dividerBar: Int = getDividerBarSize(totalThumbnailHeight, splitConfig) in setSplitIconParams() 581 totalThumbnailHeight, in setSplitIconParams() 637 totalThumbnailHeight: Int, in getFloatingTaskPrimaryTranslation() [all …]
|
D | SeascapePagedViewHandler.kt | 288 val totalThumbnailHeight = parentHeight - spaceAboveSnapshot in measureGroupedTaskViewThumbnailBounds() constant 289 val dividerBar = getDividerBarSize(totalThumbnailHeight, splitBoundsConfig) in measureGroupedTaskViewThumbnailBounds() 315 val totalThumbnailHeight = parentHeight - spaceAboveSnapshot in getGroupedTaskViewSizes() constant 316 val dividerBar = getDividerBarSize(totalThumbnailHeight, splitBoundsConfig) in getGroupedTaskViewSizes() 324 val firstTaskViewSize = Point(parentWidth, (totalThumbnailHeight * taskPercent).toInt()) in getGroupedTaskViewSizes() 326 Point(parentWidth, totalThumbnailHeight - firstTaskViewSize.y - dividerBar) in getGroupedTaskViewSizes() 347 totalThumbnailHeight: Int, in getUpDirection() 355 topLeftY = totalThumbnailHeight - primarySnapshotHeight, in getUpDirection()
|
D | PortraitPagedViewHandler.java | 538 int totalThumbnailHeight = parentHeight - spaceAboveSnapshot; in measureGroupedTaskViewThumbnailBounds() local 560 float finalDividerHeight = Math.round(totalThumbnailHeight * dividerScale); in measureGroupedTaskViewThumbnailBounds() 596 int totalThumbnailHeight = parentHeight - spaceAboveSnapshot; in getGroupedTaskViewSizes() local 610 firstTaskViewSize.y = totalThumbnailHeight; in getGroupedTaskViewSizes() 613 secondTaskViewSize.y = totalThumbnailHeight; in getGroupedTaskViewSizes() 616 float scale = (float) totalThumbnailHeight / (dp.availableHeightPx - taskbarHeight); in getGroupedTaskViewSizes() 618 float finalDividerHeight = Math.round(totalThumbnailHeight * dividerScale); in getGroupedTaskViewSizes() 624 secondTaskViewSize.y = Math.round(totalThumbnailHeight - firstTaskViewSize.y in getGroupedTaskViewSizes()
|