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

/frameworks/base/libs/hwui/utils/
H A DNinePatch.h29 class ANDROID_API NinePatch { class in namespace:android
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java20 * The NinePatch class permits drawing a bitmap in nine or more sections.
23 * bounds of the graphic. For a thorough explanation of a NinePatch image,
29 * tool offers an extremely handy way to create your NinePatch images,
33 public class NinePatch { class
99 public NinePatch(Bitmap bitmap, byte[] chunk) { method in class:NinePatch
111 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { method in class:NinePatch
120 public NinePatch(NinePatch patch) { method in class:NinePatch
145 * Returns the name of this NinePatch object if one was specified
153 * Returns the paint used to draw this NinePatch
[all...]

Completed in 1482 milliseconds