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

  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 122 double widthRatio = mDesiredMinWidth / options.outWidth;
124 if (widthRatio > 0 && widthRatio < 1.33
133 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio
  /external/webkit/Source/WebCore/inspector/front-end/
FontView.js 126 var widthRatio = containerWidth / width;
128 var finalFontSize = Math.floor(WebInspector.FontView._measureFontSize * Math.min(widthRatio, heightRatio)) - 2;
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java 787 int widthRatio = (int) Math.ceil((double) jpeg.width
792 Math.max(widthRatio, heightRatio));
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 245 milliseconds