Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java1080 int actualWidth, int actualHeight) {
1101 if (desiredWidth > actualWidth) {
1102 scaleX = (1f * actualWidth - mMaxTargetWidth) /
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java2997 int actualWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width); in rectToCell() local
2999 int smallerSize = Math.min(actualWidth, actualHeight); in rectToCell()