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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DNinePatchTexture.java30 // NinePatchTexture is a texture backed by a NinePatch resource.
35 public class NinePatchTexture extends ResourceTexture { class in inherits:ResourceTexture
37 private static final String TAG = "NinePatchTexture";
42 public NinePatchTexture(Context context, int resId) { method in class:NinePatchTexture
181 // This keeps data for a specialization of NinePatchTexture with the size
206 public NinePatchInstance(NinePatchTexture tex, int width, int height) {
409 public void draw(GLCanvas canvas, NinePatchTexture tex, int x, int y) {

Completed in 219 milliseconds