Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java67 float normalizedWorkspaceHeight = 1f; in update() local
94 if ((rowCount + 1) * rowScale > normalizedWorkspaceHeight) { in update()
99 normalizedWorkspaceHeight / (rowCount + 1)); in update()