Searched defs:strip (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Launcher3/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java522 * This is a both way strip.
524 * @param str the string to strip
525 * @param left strip from left
526 * @param right strip from right
527 * @param what character(s) to strip
560 /** strip - strips both ways
562 * @param str what to strip
570 @Deprecated public static String strip(String str) { method in class:StringUtil
577 * @param str what to strip
595 * @param str the string to strip
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java523 * This is a both way strip.
525 * @param str the string to strip
526 * @param left strip from left
527 * @param right strip from right
528 * @param what character(s) to strip
561 /** strip - strips both ways
563 * @param str what to strip
571 @Deprecated public static String strip(String str) { method in class:StringUtil
578 * @param str what to strip
596 * @param str the string to strip
[all...]

Completed in 247 milliseconds