Searched refs:cameraHeight (Results 1 – 1 of 1) sorted by relevance
49 private int cameraHeight = -1; field in CameraPreview81 cameraHeight = size.height; in setSize()87 cameraHeight = size.width; in setSize()93 if (cameraHeight >= 0) { in getWidthMeasureSpec()102 if (cameraHeight >= 0) { in getHeightMeasureSpec()105 final float aspectRatio = (float) cameraWidth / (float) cameraHeight; in getHeightMeasureSpec()