Searched refs:normalizedWorkspaceWidth (Results 1 – 1 of 1) sorted by relevance
66 float normalizedWorkspaceWidth = (float) workspaceWidth / workspaceHeight; in update() local78 rowTaskWidth = normalizedWorkspaceWidth; in update()82 normalizedTaskWidths[i] = Math.min(rowTaskWidth, normalizedWorkspaceWidth); in update()92 if (rowWidth + width > normalizedWorkspaceWidth) { in update()98 rowScale = Math.min(normalizedWorkspaceWidth / (rowWidth + width), in update()118 float defaultRowLeft = ((1f - (maxRowWidth / normalizedWorkspaceWidth)) * in update()