Searched refs:getStripCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java258 for (int i = 0; i < mExifData.getStripCount(); i++) {
401 int stripCount = mExifData.getStripCount();
414 for (int i = 0; i < mExifData.getStripCount(); i++) {
468 int stripCount = mExifData.getStripCount();
470 for (int i = 0; i < mExifData.getStripCount(); i++) {
H A DExifData.java96 protected int getStripCount() { method in class:ExifData
H A DExifParser.java98 * @see #getStripCount()
459 * @see #getStripCount()
471 protected int getStripCount() { method in class:ExifParser

Completed in 315 milliseconds