Searched defs:onSurfaceTextureDestroyed (Results 1 - 13 of 13) 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/rs/java/android/renderscript/
H A DRSTextureView.java94 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:RSTextureView
95 //Log.e(RenderScript.LOG_TAG, "onSurfaceTextureDestroyed");
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java186 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:SurfaceAndTextureViews.SimpleTextureView
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java141 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:RsYuv
142 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.java68 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:SampleRSActivity.TextureViewUpdater
/frameworks/base/core/java/android/app/
H A DActivityView.java301 public boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) { method in class:ActivityView.ActivityViewSurfaceTextureListener
305 if (DEBUG) Log.d(TAG, "onSurfaceTextureDestroyed");
/frameworks/base/core/java/android/view/
H A DTextureView.java77 * public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
237 shouldRelease = mListener.onSurfaceTextureDestroyed(mSurface);
707 * SurfaceTextureListener#onSurfaceTextureDestroyed} callback is <b>not</b>
794 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface); method in interface:TextureView.SurfaceTextureListener
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:BlockingGLTextureView
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java584 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:ImageProcessingActivityJB

Completed in 389 milliseconds