Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java68 float[] normalizedTaskWidths = new float[numFreeformTasks]; in update() local
82 normalizedTaskWidths[i] = Math.min(rowTaskWidth, normalizedWorkspaceWidth); in update()
91 float width = normalizedTaskWidths[i] * rowScale; in update()
125 float width = rowHeight * normalizedTaskWidths[i]; in update()