Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java513 float scaledTopTaskHeight = topTaskHeight * scale; in setSplitTaskSwipeRect() local
521 outRect.bottom = Math.round(outRect.top + scaledTopTaskHeight); in setSplitTaskSwipeRect()
528 outRect.top += Math.round(scaledTopTaskHeight + scaledDividerHeight); in setSplitTaskSwipeRect()
619 float scaledTopTaskHeight = topTaskHeight * scale; in getGroupedTaskViewSizes() local
621 firstTaskViewSize.y = Math.round(scaledTopTaskHeight); in getGroupedTaskViewSizes()