Searched refs:workspaceHeight (Results 1 – 1 of 1) sorted by relevance
65 int workspaceHeight = stackLayout.mFreeformRect.height(); in update() local66 float normalizedWorkspaceWidth = (float) workspaceWidth / workspaceHeight; in update()121 float rowTop = ((1f - (rowScale * rowCount)) * workspaceHeight) / 2f; in update()122 float rowHeight = rowScale * workspaceHeight; in update()