Searched refs:onSurfaceTextureAvailable (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRSTextureView.java68 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:RSTextureView
69 //Log.e(RenderScript.LOG_TAG, "onSurfaceTextureAvailable");
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:GetBitmapActivity
H A DCanvasTextureViewActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:CanvasTextureViewActivity
H A DHardwareCanvasTextureViewActivity.java51 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:HardwareCanvasTextureViewActivity
H A DTextureViewActivity.java101 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:TextureViewActivity
H A DSingleFrameTextureViewTestActivity.java78 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:SingleFrameTextureViewTestActivity
H A DGLTextureViewActivity.java91 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:GLTextureViewActivity
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DGlTextureViewActivity.java49 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:GlTextureViewActivity
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java127 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:RsYuv
128 android.util.Log.v("cpa", "onSurfaceTextureAvailable " + surface);
H A DCameraPreviewActivity.java138 public void onSurfaceTextureAvailable(SurfaceTexture surface, method in class:CameraPreviewActivity
/frameworks/base/core/java/android/view/
H A DTextureView.java64 * public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
390 mListener.onSurfaceTextureAvailable(mSurface, getWidth(), getHeight());
629 * {@link SurfaceTextureListener#onSurfaceTextureAvailable(android.graphics.SurfaceTexture, int, int)}
726 * SurfaceTextureListener#onSurfaceTextureAvailable} callback is <b>not</b>
811 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height); method in interface:TextureView.SurfaceTextureListener
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java173 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:SurfaceAndTextureViews.SimpleTextureView
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java61 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:SampleRSActivity.TextureViewUpdater
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, method in class:BlockingGLTextureView
/frameworks/base/core/java/android/app/
H A DActivityView.java364 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int width, method in class:ActivityView.ActivityViewSurfaceTextureListener
369 if (DEBUG) Log.d(TAG, "onSurfaceTextureAvailable: width=" + width + " height="
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java318 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture,
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java408 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture,
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java408 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture,
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java777 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:ImageProcessingActivity2
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java770 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:ImageProcessingActivityJB
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java124 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {

Completed in 546 milliseconds