Searched refs:actualHeight (Results 1 – 1 of 1) sorted by relevance
2998 int actualHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height); in rectToCell() local2999 int smallerSize = Math.min(actualWidth, actualHeight); in rectToCell()