Home | History | Annotate | Download | only in camera

Lines Matching full:mwidth

54     private int mWidth = 0;
99 if (mWidth != width || mHeight != height || mOrientation != rotation) {
100 mWidth = width;
120 mPreviewArea.set(0, 0, mWidth, mHeight);
193 RectF previewRect = new RectF(0, 0, mWidth, mHeight);
221 mPreviewArea.set(0, 0, mWidth, mHeight);
249 if (mAspectRatio == MATCH_SCREEN || mAspectRatio < 0 || mWidth == 0 || mHeight == 0) {
257 matrix = info.getPreviewTransform(mOrientation, new RectF(0, 0, mWidth, mHeight),
304 RectF area = new RectF(0, 0, mWidth, mHeight);
335 listener.onPreviewAreaChanged(new RectF(0, 0, mWidth, mHeight));
357 if (mWidth != 0 && mHeight != 0) {