Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java65 int workspaceHeight = stackLayout.mFreeformRect.height(); in update() local
66 float normalizedWorkspaceWidth = (float) workspaceWidth / workspaceHeight; in update()
121 float rowTop = ((1f - (rowScale * rowCount)) * workspaceHeight) / 2f; in update()
122 float rowHeight = rowScale * workspaceHeight; in update()