OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectedImageUri
(Results
1 - 2
of
2
) sorted by null
/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 94 milliseconds