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

/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java21 * The NinePatch class permits drawing a bitmap in nine sections.
27 * bounds of the graphic. For a thorough explanation of a NinePatch image,
33 * tool offers an extremely handy way to create your NinePatch images,
37 public class NinePatch { class
52 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { method in class:NinePatch
62 public NinePatch(NinePatch patch) { method in class:NinePatch

Completed in 43 milliseconds