Searched refs:rowScale (Results 1 – 1 of 1) sorted by relevance
86 float rowScale = 0.85f; in update() local91 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()