Searched refs:onSurfaceChanged (Results 1 – 8 of 8) sorted by relevance
/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
D | TestTvInputService.java | 199 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in TestTvInputService.SimpleSessionImpl 200 super.onSurfaceChanged(format, width, height); in onSurfaceChanged()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | MosaicRendererSurfaceViewRenderer.java | 48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MosaicRendererSurfaceViewRenderer
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/ |
D | CubeRenderer.java | 88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 176 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
D | SurfaceTextureView.java | 204 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in SurfaceTextureView.Renderer
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
|
D | TiledImageView.java | 293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRootView.java | 312 public void onSurfaceChanged(GL10 gl1, int width, int height) { in onSurfaceChanged() method in GLRootView
|