Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java88 float maxRowWidth = 0f; in update() local
114 maxRowWidth = Math.max(rowWidth, maxRowWidth); in update()
118 float defaultRowLeft = ((1f - (maxRowWidth / normalizedWorkspaceWidth)) * in update()