HomeSort by relevance Sort by last modified time
    Searched defs:bestSize (Results 1 - 5 of 5) 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/Gallery2/src/com/android/photos/data/
MediaCacheDatabase.java 151 MediaSize bestSize = null;
154 bestSize = MediaSize.fromInteger(cursor.getInt(1));
156 action.execute(uri, id, bestSize, fileSize);
159 return bestSize;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 4178 milliseconds