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

  /external/webkit/Source/WebKit/mac/Misc/
WebNSControlExtras.m 37 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)];
39 float heightDelta = bestSize.height - frame.size.height;
  /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 1406 milliseconds