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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DNinePatchTexture.java33 // NinePatchTexture is a texture backed by a NinePatch resource.
38 public class NinePatchTexture extends ResourceTexture { class in inherits:ResourceTexture
40 private static final String TAG = "NinePatchTexture";
45 public NinePatchTexture(Context context, int resId) { method in class:NinePatchTexture
144 // This keeps data for a specialization of NinePatchTexture with the size
167 public NinePatchInstance(NinePatchTexture tex, int width, int height) {
385 public void draw(GLCanvas canvas, NinePatchTexture tex, int x, int y) {

Completed in 73 milliseconds