Searched defs:mPreviewWidth (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DMosaicFrameProcessor.java59 private int mPreviewWidth; field in class:MosaicFrameProcessor
90 mPreviewWidth = previewWidth;
93 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
182 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
188 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
228 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / WINDOW_SIZE;
H A DFocusOverlayManager.java83 private int mPreviewWidth; // The width of the preview frame layout. field in class:FocusOverlayManager
155 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
156 mPreviewWidth = previewWidth;
177 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
180 mPreviewWidth, mPreviewHeight);
353 int previewWidth = mPreviewWidth;
H A DEffectsRecorder.java143 private int mPreviewWidth; field in class:EffectsRecorder
439 mPreviewWidth = previewWidth;
612 "previewWidth", mPreviewWidth,
H A DPanoramaModule.java140 private int mPreviewWidth; field in class:PanoramaModule
383 mPreviewWidth = w;
401 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
402 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
430 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
976 mPreviewWidth, mPreviewHeight, getPreviewBufSize());
1172 // library can always get undistorted mPreviewWidth x mPreviewHeight
/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/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/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java577 private final int mPreviewWidth; field in class:WidgetPreviewLoader.PreviewLoadTask
587 mPreviewWidth = previewWidth;
591 mKey, mInfo, mPreviewHeight, mPreviewWidth));
607 candidate.getWidth() == mPreviewWidth &&
618 unusedBitmap = Bitmap.createBitmap(mPreviewWidth, mPreviewHeight, Config.ARGB_8888);
635 preview = generatePreview(launcher, mInfo, unusedBitmap, mPreviewWidth, mPreviewHeight);
/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/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;

Completed in 227 milliseconds