Searched refs:actualWidth (Results 1 – 2 of 2) sorted by relevance
1080 int actualWidth, int actualHeight) {1101 if (desiredWidth > actualWidth) {1102 scaleX = (1f * actualWidth - mMaxTargetWidth) /
2997 int actualWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width); in rectToCell() local2999 int smallerSize = Math.min(actualWidth, actualHeight); in rectToCell()