Searched defs:onSurfaceTextureSizeChanged (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:GetBitmapActivity
H A DSingleFrameTextureViewTestActivity.java201 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:SingleFrameTextureViewTestActivity
202 Log.d(LOG_TAG, "onSurfaceTextureSizeChanged");
H A DTextureViewActivity.java147 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:TextureViewActivity
H A DCanvasTextureViewActivity.java56 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:CanvasTextureViewActivity
H A DHardwareCanvasTextureViewActivity.java57 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:HardwareCanvasTextureViewActivity
H A DGLTextureViewActivity.java111 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:GLTextureViewActivity
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DGlTextureViewActivity.java71 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:GlTextureViewActivity
/frameworks/base/rs/java/android/renderscript/
H A DRSTextureView.java81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:RSTextureView
82 //Log.e(RenderScript.LOG_TAG, "onSurfaceTextureSizeChanged");
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java178 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:SurfaceAndTextureViews.SimpleTextureView
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java182 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int width, int height) { method in class:IllustrationVideoView
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java134 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:RsYuv
135 android.util.Log.v("cpa", "onSurfaceTextureSizeChanged " + surface);
H A DCameraPreviewActivity.java148 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:CameraPreviewActivity
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java55 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:SampleRSActivity.TextureViewUpdater
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, method in class:BlockingGLTextureView
/frameworks/base/core/java/android/view/
H A DTextureView.java75 * public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
367 mListener.onSurfaceTextureSizeChanged(mSurface, getWidth(), getHeight());
821 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height); method in interface:TextureView.SurfaceTextureListener
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java782 public void onSurfaceTextureSizeChanged(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.java775 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:ImageProcessingActivityJB

Completed in 482 milliseconds