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

  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 261 private Bitmap createPaddedSourceImage(Uri sourceImageUri, boolean previewSize) {
262 InputStream is = getInputStream(sourceImageUri);
269 is = getInputStream(sourceImageUri);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 144 Uri selectedImageUri, Uri sourceImageUri, boolean doFlatten, int quality,
148 sourceImageUri.toString());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 538 Uri sourceImageUri = MasterImage.getImage().getUri();
544 destination, selectedImageUri, sourceImageUri, flatten, 90, 1f, true);

Completed in 208 milliseconds