HomeSort by relevance Sort by last modified time
    Searched refs:thumbnailWidth (Results 1 - 17 of 17) sorted by null

  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/
QCameraUsbPriv.h 178 int thumbnailWidth;
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraUsbParm.cpp 191 camHal->thumbnailWidth = DEFAULT_USBCAM_THUMBNAIL_WD;
223 sprintf(tempStr, "%d", camHal->thumbnailWidth);
610 camHal->thumbnailWidth = width;
612 sprintf(tempStr, "%d", camHal->thumbnailWidth);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 85 final int thumbnailWidth = bundle.getInt(PACKAGE_NAME + ".width");
114 mWidthScale = (float) thumbnailWidth / mImageView.getWidth();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 135 int thumbnailWidth, int thumbnailHeight, Surface outSurface)
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 145 int thumbnailWidth, int thumbnailHeight, out Surface outSurface);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 110 int thumbnailWidth =
117 new ColorDrawableWithDimensions(color, thumbnailWidth, thumbnailHeight);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 687 int thumbnailWidth, thumbnailHeight;
  /device/lge/mako/camera/
QCameraHWI.h 702 int thumbnailWidth, thumbnailHeight;
QCameraHWI_Still.cpp     [all...]
QCameraHWI_Parm.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 775 int thumbnailWidth, thumbnailHeight;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 712 int thumbnailWidth, thumbnailHeight;
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 518 var thumbnailWidth = 3 * screenRectWidth;
520 thumbnail.style.width = thumbnailWidth + 'px';
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
QCameraHWI_Parm.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
QCameraHWI.cpp 615 thumb_buf_info->out_dim.width = thumbnailWidth;
    [all...]

Completed in 562 milliseconds