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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 466 public Rect finalGeometryRect(int width, int height) {
467 return GeometryMathUtils.finalGeometryRect(width, height, getGeometryFilters());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 110 mOriginalBounds = preset.finalGeometryRect(mOriginalBounds.width(),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 302 public static Rect finalGeometryRect(int width, int height,

Completed in 193 milliseconds