Searched refs:onSurfaceChanged (Results 1 - 8 of 8) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceViewRenderer.java48 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:MosaicRendererSurfaceViewRenderer
50 Log.i(TAG, "Renderer: onSurfaceChanged");
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputService.java170 public void onSurfaceChanged(int format, int width, int height) { method in class:TestTvInputService.SimpleSessionImpl
171 super.onSurfaceChanged(format, width, height);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java201 * @see android.opengl.GLSurfaceView.Renderer#onSurfaceChanged(javax.microedition.khronos.opengles.GL10, int, int)
204 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:SurfaceTextureView.Renderer
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
H A DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TiledImageView.TileRenderer
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java219 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java312 public void onSurfaceChanged(GL10 gl1, int width, int height) { method in class:GLRootView
313 Log.i(TAG, "onSurfaceChanged: " + width + "x" + height
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoCallPresenter.java310 public void onSurfaceChanged(int surface, int format, int width, int height) { method in class:VideoCallPresenter

Completed in 313 milliseconds