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

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

Completed in 147 milliseconds