Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance
1080 int actualWidth, int actualHeight) {1113 if (desiredHeight > actualHeight) {1114 scaleY = (1f * actualHeight - mMaxTargetHeight) /
871 final int actualHeight = mCurrentY - mParams.mVerticalGap + mParams.mBottomPadding; in endKeyboard() local872 mParams.mOccupiedHeight = Math.max(mParams.mOccupiedHeight, actualHeight); in endKeyboard()
2998 int actualHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height); in rectToCell() local2999 int smallerSize = Math.min(actualWidth, actualHeight); in rectToCell()