Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java66 float normalizedWorkspaceWidth = (float) workspaceWidth / workspaceHeight; in update() local
78 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()