|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SurfaceTexture | |
|---|---|
| android.graphics | |
| android.hardware | |
| android.renderscript | |
| android.view | |
| Uses of SurfaceTexture in android.graphics |
|---|
| Methods in android.graphics with parameters of type SurfaceTexture | |
|---|---|
void |
SurfaceTexture.OnFrameAvailableListener.onFrameAvailable(SurfaceTexture surfaceTexture)
|
| Uses of SurfaceTexture in android.hardware |
|---|
| Methods in android.hardware with parameters of type SurfaceTexture | |
|---|---|
void |
Camera.setPreviewTexture(SurfaceTexture surfaceTexture)
|
| Uses of SurfaceTexture in android.renderscript |
|---|
| Methods in android.renderscript with parameters of type SurfaceTexture | |
|---|---|
void |
RSTextureView.onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height)
Deprecated. |
boolean |
RSTextureView.onSurfaceTextureDestroyed(SurfaceTexture surface)
Deprecated. |
void |
RSTextureView.onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height)
Deprecated. |
void |
RSTextureView.onSurfaceTextureUpdated(SurfaceTexture surface)
Deprecated. |
void |
RenderScriptGL.setSurfaceTexture(SurfaceTexture sur,
int w,
int h)
Deprecated. |
| Uses of SurfaceTexture in android.view |
|---|
| Methods in android.view that return SurfaceTexture | |
|---|---|
SurfaceTexture |
TextureView.getSurfaceTexture()
|
| Methods in android.view with parameters of type SurfaceTexture | |
|---|---|
void |
TextureView.SurfaceTextureListener.onSurfaceTextureAvailable(SurfaceTexture surface,
int width,
int height)
|
boolean |
TextureView.SurfaceTextureListener.onSurfaceTextureDestroyed(SurfaceTexture surface)
|
void |
TextureView.SurfaceTextureListener.onSurfaceTextureSizeChanged(SurfaceTexture surface,
int width,
int height)
|
void |
TextureView.SurfaceTextureListener.onSurfaceTextureUpdated(SurfaceTexture surface)
|
void |
TextureView.setSurfaceTexture(SurfaceTexture surfaceTexture)
|
| Constructors in android.view with parameters of type SurfaceTexture | |
|---|---|
Surface(SurfaceTexture surfaceTexture)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||