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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
WallpaperUtils.java 99 int maxDim = Math.max(maxDims.x, maxDims.y);
105 maxDim = Math.max(realSize.x, realSize.y);
113 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
114 defaultHeight = maxDim;
116 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
117 defaultHeight = maxDim;
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 253 HwcTestDim maxDim;
261 HwcTestDim maxDim;
497 measPtr->df.maxDim = dfMaxDim(format->format);
498 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
507 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
512 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
520 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
521 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
523 || (measPtr->sc.maxDim.width() >
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 195 * @param maxDim Maximum width and height (in pixels) for the image.
202 static Bitmap getNormalizedBitmap(Bitmap original, int maxDim, boolean forceCropToSquare)
222 final float scaleFactor = Math.min(1f, ((float) maxDim) / Math.max(cropWidth, cropHeight));
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 240 int maxDim = Math.max(maxDims.x, maxDims.y);
246 maxDim = Math.max(realSize.x, realSize.y);
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
255 defaultHeight = maxDim;
257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
258 defaultHeight = maxDim;
    [all...]
  /external/skia/src/gpu/
GrAADistanceFieldPathRenderer.cpp 110 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
111 return maxDim < 64.f && maxDim * maxScale < 256.f;
229 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
230 SkScalar size = maxScale * maxDim;
251 SkScalar scale = desiredDimension/maxDim;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 621 bool QCameraHardwareInterface::getMaxPictureDimension(mm_camera_dimension_t *maxDim)
637 maxDim->height = mPictureSizes[i].height;
638 maxDim->width = mPictureSizes[i].width;
643 maxDim->width, maxDim->height);
700 mm_camera_dimension_t maxDim;
705 memset(&maxDim, 0, sizeof(mm_camera_dimension_t));
706 ret = getMaxPictureDimension(&maxDim);
712 if (!maxDim.width || !maxDim.height)
    [all...]
QCameraHWI.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 208 int maxDim = Math.max(mImageWidth, mImageHeight);
210 while (t < maxDim) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 209 int maxDim = Math.max(mImageWidth, mImageHeight);
211 while (t < maxDim) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 422 milliseconds