Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java71 float rowTaskWidth; in update() local
73 rowTaskWidth = (float) task.bounds.width() / task.bounds.height(); in update()
78 rowTaskWidth = normalizedWorkspaceWidth; in update()
82 normalizedTaskWidths[i] = Math.min(rowTaskWidth, normalizedWorkspaceWidth); in update()