Home
last modified time | relevance | path

Searched refs:onSurfaceCreated (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java123 onSurfaceCreated(); in attachToTextureView()
159 private void onSurfaceCreated() { in onSurfaceCreated() method in VideoSurfaceTextureImpl
161 delegate.onSurfaceCreated(this); in onSurfaceCreated()
215 onSurfaceCreated(); in onSurfaceTextureAvailable()
/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
DVideoSurfaceDelegate.java22 void onSurfaceCreated(VideoSurfaceTexture videoCallSurface); in onSurfaceCreated() method
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceViewRenderer.java57 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in MosaicRendererSurfaceViewRenderer
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
DCubeRenderer.java104 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in CubeRenderer
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java169 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TiledImageView.TileRenderer
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java1170 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated() method in VideoCallPresenter.LocalDelegate
1226 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { in onSurfaceCreated() method in VideoCallPresenter.RemoteDelegate
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig); in handleMessageLocked()
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