Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt318 val taskPercent = in getGroupedTaskViewSizes() constant
324 val firstTaskViewSize = Point(parentWidth, (totalThumbnailHeight * taskPercent).toInt()) in getGroupedTaskViewSizes()
DPortraitPagedViewHandler.java600 float taskPercent = splitBoundsConfig.appsStackedVertically in getGroupedTaskViewSizes() local
609 firstTaskViewSize.x = Math.round(parentWidth * taskPercent); in getGroupedTaskViewSizes()
617 float topTaskHeight = dp.availableHeightPx * taskPercent; in getGroupedTaskViewSizes()
DLandscapePagedViewHandler.kt493 val taskPercent = in getGroupedTaskViewSizes() constant
499 val firstTaskViewSize = Point(parentWidth, (totalThumbnailHeight * taskPercent).toInt()) in getGroupedTaskViewSizes()