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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java99 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:GetBitmapActivity
H A DTextureViewActivity.java152 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:TextureViewActivity
H A DCanvasTextureViewActivity.java61 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:CanvasTextureViewActivity
H A DGLTextureViewActivity.java115 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:GLTextureViewActivity
/frameworks/base/graphics/java/android/renderscript/
H A DRSTextureView.java101 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:RSTextureView
102 //Log.e(RenderScript.LOG_TAG, "onSurfaceTextureDestroyed");
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java140 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:RsYuv
141 android.util.Log.v("cpa", "onSurfaceTextureDestroyed " + surface);
H A DCameraPreviewActivity.java152 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:CameraPreviewActivity
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java63 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:SampleRSActivity.TextureViewUpdater
/frameworks/base/core/java/android/view/
H A DTextureView.java78 * public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
239 shouldRelease = mListener.onSurfaceTextureDestroyed(mSurface);
719 * SurfaceTextureListener#onSurfaceTextureDestroyed} callback is <b>not</b>
797 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface); method in interface:TextureView.SurfaceTextureListener

Completed in 261 milliseconds