Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java64 int workspaceWidth = stackLayout.mFreeformRect.width(); in update() local
66 float normalizedWorkspaceWidth = (float) workspaceWidth / workspaceHeight; in update()
119 workspaceWidth) / 2f; in update()
126 if (rowLeft + width > workspaceWidth) { in update()