Home
last modified time | relevance | path

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

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSurfaceHolderTarget.java50 onSurfaceCreated(holder);
55 onSurfaceCreated(holder);
189 private synchronized void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in SurfaceHolderTarget
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java33 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated() method in BasicGLRenderer
41 mSwarm.onSurfaceCreated(); in onSurfaceCreated()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
DVideoViewInterface.java61 void onSurfaceCreated(View view, int width, int height); in onSurfaceCreated() method
DVideoTextureView.java115 mSurfaceListener.onSurfaceCreated(this, width, height); in onSurfaceTextureAvailable()
DVideoSurfaceView.java118 mSurfaceListener.onSurfaceCreated(this, rect.width(), rect.height()); in surfaceCreated()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DVideoViewInterface.java60 void onSurfaceCreated(View view, int width, int height); in onSurfaceCreated() method
DVideoSurfaceView.java128 mSurfaceListener.onSurfaceCreated(this, rect.width(), rect.height()); in surfaceCreated()
DVideoTextureView.java133 mSurfaceListener.onSurfaceCreated(this, width, height); in onSurfaceTextureAvailable()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
DVideoViewInterfaceWithMp1.java61 void onSurfaceCreated(View view, int width, int height); in onSurfaceCreated() method
DVideoSurfaceViewWithMp1.java117 mSurfaceListener.onSurfaceCreated(this, rect.width(), rect.height()); in surfaceCreated()
DVideoTextureViewWithMp1.java115 mSurfaceListener.onSurfaceCreated(this, width, height); in onSurfaceTextureAvailable()
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
DTestView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLJNIView.Renderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java145 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in TestWallpaper.ClockEngine
146 super.onSurfaceCreated(holder); in onSurfaceCreated()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in CubeRenderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestFramerateView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TriangleRenderer
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JavaView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in ClearRenderer
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java233 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in ImageWallpaper.DrawableEngine
234 super.onSurfaceCreated(holder); in onSurfaceCreated()
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java245 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated() method in GenImage
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestLatencyView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLPerfView.Renderer
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JNIView.Renderer

12