Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java86 float rowScale = 0.85f; in update() local
91 float width = normalizedTaskWidths[i] * rowScale; in update()
94 if ((rowCount + 1) * rowScale > normalizedWorkspaceHeight) { in update()
98 rowScale = Math.min(normalizedWorkspaceWidth / (rowWidth + width), in update()
121 float rowTop = ((1f - (rowScale * rowCount)) * workspaceHeight) / 2f; in update()
122 float rowHeight = rowScale * workspaceHeight; in update()