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

/frameworks/base/core/java/android/view/
H A DTextureView.java31 * <p>A TextureView can be used to display a content stream. Such a content
35 * <p>TextureView can only be used in a hardware accelerated window. When
36 * rendered in software, TextureView will draw nothing.</p>
38 * <p>Unlike {@link SurfaceView}, TextureView does not create a separate
40 * TextureView to be moved, transformed, animated, etc. For instance, you
41 * can make a TextureView semi-translucent by calling
44 * <p>Using a TextureView is simple: all you need to do is get its
47 * camera preview into a TextureView:</p>
50 * public class LiveCameraActivity extends Activity implements TextureView.SurfaceTextureListener {
52 * private TextureView mTextureVie
105 public class TextureView extends View { class in inherits:View
137 public TextureView(Context context) { method in class:TextureView
149 public TextureView(Context context, AttributeSet attrs) { method in class:TextureView
165 public TextureView(Context context, AttributeSet attrs, int defStyle) { method in class:TextureView
[all...]

Completed in 46 milliseconds