Home
last modified time | relevance | path

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

/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java199 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/
DMosaicRendererSurfaceViewRenderer.java48 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/
DCubeRenderer.java88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java176 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DSurfaceTextureView.java204 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in SurfaceTextureView.Renderer
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java312 public void onSurfaceChanged(GL10 gl1, int width, int height) { in onSurfaceChanged() method in GLRootView