OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExifTags
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java
31
private final Map<Short, ExifTag>
mExifTags
= new HashMap<Short, ExifTag>();
58
return
mExifTags
.values().toArray(new ExifTag[
mExifTags
.size()]);
79
return
mExifTags
.get(tagId);
87
return
mExifTags
.put(tag.getTagId(), tag);
91
return
mExifTags
.get(tagId) != null;
98
mExifTags
.remove(tagId);
105
return
mExifTags
.size();
142
ExifTag tag2 =
mExifTags
.get(tag.getTagId());
/packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java
31
private final Map<Short, ExifTag>
mExifTags
= new HashMap<Short, ExifTag>();
58
return
mExifTags
.values().toArray(new ExifTag[
mExifTags
.size()]);
79
return
mExifTags
.get(tagId);
87
return
mExifTags
.put(tag.getTagId(), tag);
91
return
mExifTags
.get(tagId) != null;
98
mExifTags
.remove(tagId);
105
return
mExifTags
.size();
142
ExifTag tag2 =
mExifTags
.get(tag.getTagId());
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java
31
private final Map<Short, ExifTag>
mExifTags
= new HashMap<Short, ExifTag>();
58
return
mExifTags
.values().toArray(new ExifTag[
mExifTags
.size()]);
79
return
mExifTags
.get(tagId);
87
return
mExifTags
.put(tag.getTagId(), tag);
91
return
mExifTags
.get(tagId) != null;
98
mExifTags
.remove(tagId);
105
return
mExifTags
.size();
142
ExifTag tag2 =
mExifTags
.get(tag.getTagId());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
IfdData.java
31
private final Map<Short, ExifTag>
mExifTags
= new HashMap<Short, ExifTag>();
58
return
mExifTags
.values().toArray(new ExifTag[
mExifTags
.size()]);
79
return
mExifTags
.get(tagId);
87
return
mExifTags
.put(tag.getTagId(), tag);
91
return
mExifTags
.get(tagId) != null;
98
mExifTags
.remove(tagId);
105
return
mExifTags
.size();
142
ExifTag tag2 =
mExifTags
.get(tag.getTagId());
/packages/apps/Mms/src/com/android/mms/exif/
IfdData.java
31
private final Map<Short, ExifTag>
mExifTags
= new HashMap<Short, ExifTag>();
58
return
mExifTags
.values().toArray(new ExifTag[
mExifTags
.size()]);
79
return
mExifTags
.get(tagId);
87
return
mExifTags
.put(tag.getTagId(), tag);
91
return
mExifTags
.get(tagId) != null;
98
mExifTags
.remove(tagId);
105
return
mExifTags
.size();
142
ExifTag tag2 =
mExifTags
.get(tag.getTagId());
Completed in 448 milliseconds