HomeSort by relevance Sort by last modified time
    Searched refs:bestSize (Results 1 - 6 of 6) 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 270 int bestSize = minSize;
278 bestSize = low;
282 bestSize = high;
285 return bestSize;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 558 Size bestSize = null;
562 } else if (s.getWidth() <= MAX_DIMEN_FOR_ROUNDING && (bestSize == null ||
564 LegacyCameraDevice.findEuclidDistSquare(bestSize, s))) {
565 bestSize = s;
568 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.11-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 293 milliseconds