Home
last modified time | relevance | path

Searched refs:onSurfaceCreated (Results 1 – 13 of 13) 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/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperSurfaceCallback.java52 void onSurfaceCreated(); in onSurfaceCreated() method
111 mListener.onSurfaceCreated(); in surfaceCreated()
/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/services/Car/service/src/com/android/car/pm/blurredbackground/
DBlurredSurfaceRenderer.java86 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in BlurredSurfaceRenderer
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java169 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TiledImageView.TileRenderer
/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/
DGLES20TriangleRenderer.java90 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in GLES20TriangleRenderer
/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/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/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/
DGLES20CarEvsCameraPreviewRenderer.java224 @Override public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in GLES20CarEvsCameraPreviewRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) { in onSurfaceCreated() method in GLRootView