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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Mms/src/com/android/mms/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;

Completed in 189 milliseconds