Home
last modified time | relevance | path

Searched defs:onSurfaceCreated (Results 1 – 7 of 7) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceViewRenderer.java57 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in MosaicRendererSurfaceViewRenderer
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DSurfaceTextureView.java175 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in SurfaceTextureView.Renderer
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java212 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) { in onSurfaceCreated() method in GLRootView
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallFragment.java235 private void onSurfaceCreated() { in onSurfaceCreated() method in VideoCallFragment.VideoCallSurface
DVideoCallPresenter.java284 public void onSurfaceCreated(int surface) { in onSurfaceCreated() method in VideoCallPresenter