Searched refs:onSurfaceChanged (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoViewInterface.java62 void onSurfaceChanged(View view, int width, int height); method in interface:VideoViewInterface.SurfaceListener
H A DVideoSurfaceView.java135 mSurfaceListener.onSurfaceChanged(this, width, height);
H A DVideoTextureView.java140 mSurfaceListener.onSurfaceChanged(this, width, height);
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoViewInterface.java63 void onSurfaceChanged(View view, int width, int height); method in interface:VideoViewInterface.SurfaceListener
H A DVideoSurfaceView.java125 mSurfaceListener.onSurfaceChanged(this, width, height);
H A DVideoTextureView.java122 mSurfaceListener.onSurfaceChanged(this, width, height);
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoViewInterfaceWithMp1.java63 void onSurfaceChanged(View view, int width, int height); method in interface:VideoViewInterfaceWithMp1.SurfaceListener
H A DVideoSurfaceViewWithMp1.java124 mSurfaceListener.onSurfaceChanged(this, width, height);
H A DVideoTextureViewWithMp1.java122 mSurfaceListener.onSurfaceChanged(this, width, height);
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLJNIView.Renderer
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java85 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CubeRenderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java83 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestFramerateView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java91 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:TriangleRenderer
H A DGLDualGL2View.java290 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLDualGL2View.Renderer
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLRenderer.java64 public void onSurfaceChanged(GL10 unused, int width, int height) { method in class:BasicGLRenderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:TestWallpaper.ClockEngine
140 super.onSurfaceChanged(holder, format, width, height);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JavaView.Renderer
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java211 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:ImageWallpaper.DrawableEngine
213 Log.d(TAG, "onSurfaceChanged: width=" + width + ", height=" + height);
216 super.onSurfaceChanged(holder, format, width, height);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLPerfView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java74 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:ClearRenderer
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java144 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestLatencyView.Renderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java236 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java75 public void onSurfaceChanged(GL10 unused, int width, int height) { method in class:GenImage

Completed in 720 milliseconds

12