Searched refs:onSurfaceCreated (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
H A DVideoSurfaceDelegate.java22 void onSurfaceCreated(VideoSurfaceTexture videoCallSurface); method in interface:VideoSurfaceDelegate
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java111 onSurfaceCreated();
147 private void onSurfaceCreated() { method in class:VideoSurfaceTextureImpl
149 delegate.onSurfaceCreated(this);
151 LogUtil.e("VideoSurfaceTextureImpl.onSurfaceCreated", "delegate is null. " + toString());
203 onSurfaceCreated();
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceViewRenderer.java57 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:MosaicRendererSurfaceViewRenderer
58 Log.i(TAG, "onSurfaceCreated");
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
H A DCubeRenderer.java104 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:CubeRenderer
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java169 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TiledImageView.TileRenderer
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java175 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:SurfaceTextureView.Renderer
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
H A DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) { method in class:GLRootView
/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java1132 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { method in class:VideoCallPresenter.LocalDelegate
1134 LogUtil.e("VideoCallPresenter.LocalDelegate.onSurfaceCreated", "no UI");
1138 LogUtil.e("VideoCallPresenter.LocalDelegate.onSurfaceCreated", "no video call");
1188 public void onSurfaceCreated(VideoSurfaceTexture videoCallSurface) { method in class:VideoCallPresenter.RemoteDelegate
1190 LogUtil.e("VideoCallPresenter.RemoteDelegate.onSurfaceCreated", "no UI");
1194 LogUtil.e("VideoCallPresenter.RemoteDelegate.onSurfaceCreated", "no video call");

Completed in 531 milliseconds