OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectedImageUri
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java
144
Uri
selectedImageUri
, Uri sourceImageUri, boolean doFlatten, int quality,
150
selectedImageUri
.toString());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java
124
* image under the auxiliary directory or the same as
selectedImageUri
.
125
* @param
selectedImageUri
The Uri for the image selected by the user.
128
* created under the same directory as
selectedImageUri
.
132
public SaveImage(Context context, Uri sourceUri, Uri
selectedImageUri
,
139
mDestinationFile = getNewFile(context,
selectedImageUri
);
144
mSelectedImageUri =
selectedImageUri
;
537
Uri
selectedImageUri
= filterShowActivity.getSelectedImageUri();
544
destination,
selectedImageUri
, sourceImageUri, flatten, 90, 1f, true);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
[
all
...]
Completed in 669 milliseconds