Searched refs:normalizedTaskWidths (Results 1 – 1 of 1) sorted by relevance
68 float[] normalizedTaskWidths = new float[numFreeformTasks]; in update() local82 normalizedTaskWidths[i] = Math.min(rowTaskWidth, normalizedWorkspaceWidth); in update()91 float width = normalizedTaskWidths[i] * rowScale; in update()125 float width = rowHeight * normalizedTaskWidths[i]; in update()