/packages/apps/LegacyCamera/src/com/android/camera/ |
PreviewFrameLayout.java | 64 int previewWidth = MeasureSpec.getSize(widthSpec); 72 previewWidth -= hPadding; 74 if (previewWidth > previewHeight * mAspectRatio) { 75 previewWidth = (int) (previewHeight * mAspectRatio + .5); 77 previewHeight = (int) (previewWidth / mAspectRatio + .5); 81 previewWidth += hPadding; 85 super.onMeasure(MeasureSpec.makeMeasureSpec(previewWidth, MeasureSpec.EXACTLY),
|
FocusManager.java | 258 int previewWidth = mPreviewFrame.getWidth(); 270 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight, 272 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight, 278 int left = Util.clamp(x - focusWidth / 2, 0, previewWidth - focusWidth); 448 int x, int y, int previewWidth, int previewHeight, Rect rect) { 451 int left = Util.clamp(x - areaWidth / 2, 0, previewWidth - areaWidth);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewFrameLayout.java | 86 int previewWidth = MeasureSpec.getSize(widthSpec); 95 previewWidth -= hPadding; 98 boolean widthLonger = previewWidth > previewHeight; 99 int longSide = (widthLonger ? previewWidth : previewHeight); 100 int shortSide = (widthLonger ? previewHeight : previewWidth); 107 previewWidth = longSide; 110 previewWidth = shortSide; 115 previewWidth += hPadding; 120 super.onMeasure(MeasureSpec.makeMeasureSpec(previewWidth, MeasureSpec.EXACTLY),
|
SwitchAnimManager.java | 82 float previewWidth = width * previewAnimScale; 84 int previewX = Math.round(centerX - previewWidth / 2); 110 preview.directDraw(canvas, previewX, previewY, Math.round(previewWidth),
|
FocusOverlayManager.java | 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) [all...] |
/device/asus/flo/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 330 unsigned int previewWidth, previewHeight; 333 previewWidth = dinfo.w; 335 previewWidth = width; 352 previewWidth, 366 ret |= mSurfaceControl->setSize(previewWidth, previewHeight); 522 int previewWidth, previewHeight; 532 previewWidth = currentPreviewSize.width; 535 ret = createPreviewSurface(previewWidth, 543 mParams.setPreviewSize(previewWidth, previewHeight);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCameraParameters.java | 20 private int previewWidth = 640; 54 previewSize.width = previewWidth; 133 previewWidth = width; 138 return previewWidth;
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 330 unsigned int previewWidth, previewHeight; 333 previewWidth = dinfo.w; 335 previewWidth = width; 352 previewWidth, 366 ret |= mSurfaceControl->setSize(previewWidth, previewHeight); 522 int previewWidth, previewHeight; 532 previewWidth = currentPreviewSize.width; 535 ret = createPreviewSurface(previewWidth, 543 mParams.setPreviewSize(previewWidth, previewHeight);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 227 int previewWidth = width; 230 previewWidth = mPreviewSize.width; 235 if (width * previewHeight > height * previewWidth) { 236 final int scaledChildWidth = previewWidth * height / previewHeight; 240 final int scaledChildHeight = previewHeight * width / previewWidth;
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
CameraFragment.java | 243 int previewWidth = width; 246 previewWidth = mPreviewSize.width; 251 if (width * previewHeight > height * previewWidth) { 252 final int scaledChildWidth = previewWidth * height 258 / previewWidth;
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Preview.cpp | [all...] |
QCameraHWI_Parm.cpp | [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Preview.cpp | [all...] |
QualcommCameraHardware.h | 597 int previewWidth, previewHeight;
|
QCameraHWI_Parm.cpp | [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 48 int previewWidth, previewHeight;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WidgetPreviewLoader.java | 168 public void setPreviewSize(int previewWidth, int previewHeight, 170 mPreviewBitmapWidth = previewWidth; 172 mSize = previewWidth + "x" + previewHeight; 458 int previewWidth; 463 previewWidth = drawable.getIntrinsicWidth(); 476 previewWidth = previewDrawableWidth * cellHSpan; // subtract 2 dips 479 defaultPreview = Bitmap.createBitmap(previewWidth, previewHeight, 483 previewDrawable.setBounds(0, 0, previewWidth, previewHeight); 491 int smallestSide = Math.min(previewWidth, previewHeight); 516 preScaledWidthOut[0] = previewWidth; [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 736 unsigned int previewWidth, previewHeight; 739 previewWidth = MAX_PREVIEW_SURFACE_WIDTH; 741 previewWidth = width; 759 previewWidth, 768 surfaceControl->setSize(previewWidth, previewHeight); 1061 int previewWidth, previewHeight; 1066 previewWidth = VcaptureSize[VcaptureSizeIDX].width; 1070 previewWidth = previewSize[previewSizeIDX].width; 1074 if ( createPreviewSurface(previewWidth, 1085 params.setPreviewSize(previewWidth, previewHeight) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
WidgetPreviewLoader.java | 175 public void setPreviewSize(int previewWidth, int previewHeight, 177 mPreviewBitmapWidth = previewWidth; 179 mSize = previewWidth + "x" + previewHeight; 502 int previewWidth; 507 previewWidth = drawable.getIntrinsicWidth(); 520 previewWidth = previewDrawableWidth * cellHSpan; 523 defaultPreview = Bitmap.createBitmap(previewWidth, previewHeight, 527 previewDrawable.setBounds(0, 0, previewWidth, previewHeight); 535 int smallestSide = Math.min(previewWidth, previewHeight); 560 preScaledWidthOut[0] = previewWidth; [all...] |
/frameworks/base/core/java/android/widget/ |
FastScroller.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MainKeyboardView.java | [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | 336 final int previewWidth = 341 if ( Math.abs((float)previewWidth / previewHeight - [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreviewManager.java | 538 int previewWidth = preview.getWidth(); 544 previewWidth += PREVIEW_HGAP; 546 Rect position = packer.occupy(previewWidth, previewHeight); [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraParameters.cpp | [all...] |