HomeSort by relevance Sort by last modified time
    Searched defs:NinePatchChunk (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchChunk.java 26 class NinePatchChunk {
49 public static NinePatchChunk deserialize(byte[] data) {
56 NinePatchChunk chunk = new NinePatchChunk();
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatchChunk.java 39 public class NinePatchChunk implements Serializable {
71 * @return the {@link NinePatchChunk}.
73 public static NinePatchChunk create(BufferedImage image) {
74 NinePatchChunk chunk = new NinePatchChunk();
225 * This method is not thread-safe and returns an array owned by the {@link NinePatchChunk}

Completed in 69 milliseconds