Searched refs:MultiLineTexture (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DMultiLineTexture.java26 // MultiLineTexture is a texture shows the content of a specified String.
28 // To create a MultiLineTexture, use the newInstance() method and specify
30 class MultiLineTexture extends CanvasTexture { class in inherits:CanvasTexture
33 private MultiLineTexture(Layout layout) { method in class:MultiLineTexture
38 public static MultiLineTexture newInstance(
45 return new MultiLineTexture(layout);

Completed in 79 milliseconds