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

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 137 Point bestSize = null;
148 bestSize = new Point(supportedWidth, supportedHeight);
152 bestSize = new Point(supportedWidth, supportedHeight);
156 if (bestSize == null) {
158 bestSize = new Point(defaultSize.width, defaultSize.height);
160 return bestSize;
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 271 int bestSize = minSize;
279 bestSize = low;
283 bestSize = high;
286 return bestSize;
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/compress/
MultiCompressorTest.java 99 int bestSize = compress(data, Deflater.BEST_COMPRESSION).length;
102 double ratio = bestSize / (double) defaultSize;
129 int bestSize = compress(data, Deflater.BEST_COMPRESSION).length;
132 double ratio = bestSize / (double) defaultSize;
  /external/wayland/cursor/
xcursor.c 408 XcursorDim bestSize = 0;
419 if (!bestSize || dist (thisSize, size) < dist (bestSize, size))
421 bestSize = thisSize;
424 else if (thisSize == bestSize)
428 return bestSize;
520 XcursorDim bestSize;
531 bestSize = _XcursorFindBestSize (fileHeader, (XcursorDim) size, &nsize);
532 if (!bestSize)
545 toc = _XcursorFindImageToc (fileHeader, bestSize, n)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 581 Size bestSize = null;
585 } else if (s.getWidth() <= MAX_DIMEN_FOR_ROUNDING && (bestSize == null ||
587 LegacyCameraDevice.findEuclidDistSquare(bestSize, s))) {
588 bestSize = s;
591 return bestSize;
    [all...]
  /external/dng_sdk/source/
dng_mosaic_info.cpp 1666 int32 bestSize = SizeForDownScale (bestScale);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 463 milliseconds