Home | History | Annotate | Download | only in camera

Lines Matching refs:previewWidth

154     public void setPreviewSize(int previewWidth, int previewHeight) {
155 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
156 mPreviewWidth = previewWidth;
314 int x, int y, int previewWidth, int previewHeight) {
321 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight,
327 int x, int y, int previewWidth, int previewHeight) {
336 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight,
353 int previewWidth = mPreviewWidth;
358 focusWidth, focusHeight, x, y, previewWidth, previewHeight);
363 focusWidth, focusHeight, x, y, previewWidth, previewHeight);
515 int x, int y, int previewWidth, int previewHeight, Rect rect) {
518 int left = Util.clamp(x - areaWidth / 2, 0, previewWidth - areaWidth);