OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mexif
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery/src/com/android/camera/gallery/
Image.java
41
private ExifInterface
mExif
;
85
if (
mExif
== null) {
88
mExif
.setAttribute(tag, value);
93
mExif
= new ExifInterface(mDataPath);
100
if (
mExif
!= null) {
101
mExif
.saveAttributes();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
116
private List<ExifTag>
mEXIF
;
200
mEXIF
= ImageLoader.getExif(getActivity(), uri);
826
return
mEXIF
;
Completed in 77 milliseconds