Package world.mappable.runtime.view
Class PlatformGLSurfaceTextureView
java.lang.Object
↳ GLTextureView
↳ world.mappable.runtime.view.PlatformGLSurfaceTextureView
All Superinterfaces:
world.mappable.runtime.view.internal.RenderDelegate, PlatformView, world.mappable.runtime.view.internal.PlatformGLRenderer.GLContextListener
class PlatformGLSurfaceTextureView extends GLTextureView implements RenderDelegate, PlatformView
Summary
Constructors
|
Signature and Description |
|
PlatformGLSurfaceTextureView(android.content.Context context, |
|
PlatformGLSurfaceTextureView(android.content.Context context, |
Methods
|
Type and modifiers |
Method and Description |
|
void |
setTexture(android.graphics.SurfaceTexture surfaceTexture, |
|
void |
setTexture(android.graphics.SurfaceTexture surfaceTexture) |
|
void |
onSizeChanged(int width, |
|
boolean |
onTouchEvent(android.view.MotionEvent event) |
|
void |
|
|
void |
pause() |
|
void |
resume() |
|
void |
stop() |
|
void |
start() |
|
android.view.View |
getView() |
|
void |
setNoninteractive(boolean is) |
|
void |
|
|
void |
Constuctors
PlatformGLSurfaceTextureView
|
PlatformGLSurfaceTextureView(android.content.Context context, |
PlatformGLSurfaceTextureView
|
PlatformGLSurfaceTextureView(android.content.Context context, |
Methods
setTexture
|
void setTexture(android.graphics.SurfaceTexture surfaceTexture, |
setTexture
|
void setTexture(android.graphics.SurfaceTexture surfaceTexture) |
onSizeChanged
|
void onSizeChanged(int width, |
onTouchEvent
|
boolean onTouchEvent(android.view.MotionEvent event) |
getNativePlatformView
|
@Override |
destroyNativePlatformView
|
@Override |
pause
|
@Override |
resume
|
@Override |
stop
|
@Override |
start
|
@Override |
getView
|
@Override |
setNoninteractive
|
@Override |
onMemoryWarning
|
@Override |
onContextCreated
|
@Override |