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

/frameworks/base/packages/WallpaperCropper/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.
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java45 * Ugly inefficient class to strip unwanted tags from XML.
50 public static String strip(File f, String newTag, String encoding) throws IOException { method in class:XmlEditor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java355 strip(mTiles.get(to)));
362 strip(mTiles.get(to)));
369 strip(mTiles.get(to)));
399 private static String strip(TileInfo tileInfo) { method in class:TileAdapter
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 116 milliseconds