Searched refs:mPreviewWidth (Results 1 - 7 of 7) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicFrameProcessor.java63 private int mPreviewWidth; field in class:MosaicFrameProcessor
74 mPreviewWidth = previewWidth;
88 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
180 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
186 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
228 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / mTotalDeltaTime;
H A DPanoramaActivity.java151 private int mPreviewWidth; field in class:PanoramaActivity
388 mPreviewWidth = w;
406 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
407 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
435 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
995 mPreviewWidth, mPreviewHeight, getPreviewBufSize());
1113 // can always get undistorted mPreviewWidth x mPreviewHeight image data
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DFocusOverlayManager.java74 private int mPreviewWidth; // The width of the preview frame layout. field in class:FocusOverlayManager
139 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
140 mPreviewWidth = previewWidth;
152 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
154 prepareMatrix(matrix, mMirror, mPreviewWidth, mPreviewHeight);
274 int previewWidth = mPreviewWidth;
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java83 private int mPreviewWidth; // The width of the preview frame layout. field in class:FocusOverlayManager
145 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
146 mPreviewWidth = previewWidth;
163 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
166 mPreviewWidth, mPreviewHeight);
347 int previewWidth = mPreviewWidth;
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoUI.java67 private int mPreviewWidth = 0; field in class:PhotoUI
105 if (mPreviewWidth != width || mPreviewHeight != height) {
106 mPreviewWidth = width;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java85 private int mPreviewWidth; field in class:EffectsRecorder
262 mPreviewWidth = previewWidth;
434 + mPreviewWidth + ", " + mPreviewHeight);
439 "previewWidth", mPreviewWidth,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java528 private final int mPreviewWidth; field in class:WidgetPreviewLoader.PreviewLoadTask
540 mPreviewWidth = previewWidth;
546 mKey, mInfo, mPreviewHeight, mPreviewWidth));
562 candidate.getWidth() == mPreviewWidth &&
573 unusedBitmap = Bitmap.createBitmap(mPreviewWidth, mPreviewHeight, Config.ARGB_8888);
591 preview = generatePreview(mActivity, mInfo, unusedBitmap, mPreviewWidth, mPreviewHeight);

Completed in 62 milliseconds