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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 666 Integer cropValue = meta.getPropertyInteger(namespace, cropWidthName);
671 if (cropValue != null && fullValue != null) {
672 return cropValue.equals(fullValue);
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 302 String cropValue = myExtras != null ? myExtras.getString("crop") : null;
303 if (cropValue != null) {
305 if (cropValue.equals("circle")) {
    [all...]

Completed in 181 milliseconds