Searched defs:stripIndex (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifParser.java462 return mImageEvent.stripIndex;
528 private void registerUncompressedStrip(int stripIndex, long offset) { argument
530 , stripIndex));
876 int stripIndex; field in class:ExifParser.ImageEvent
880 this.stripIndex = 0;
884 ImageEvent(int type, int stripIndex) { argument
886 this.stripIndex = stripIndex;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java462 return mImageEvent.stripIndex;
528 private void registerUncompressedStrip(int stripIndex, long offset) { argument
530 , stripIndex));
876 int stripIndex; field in class:ExifParser.ImageEvent
880 this.stripIndex = 0;
884 ImageEvent(int type, int stripIndex) { argument
886 this.stripIndex = stripIndex;
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifParser.java463 return mImageEvent.stripIndex;
530 private void registerUncompressedStrip(int stripIndex, long offset) { argument
532 , stripIndex));
878 int stripIndex; field in class:ExifParser.ImageEvent
882 this.stripIndex = 0;
886 ImageEvent(int type, int stripIndex) { argument
888 this.stripIndex = stripIndex;

Completed in 224 milliseconds