/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/ |
D | VideoViewInterface.java | 63 void onSurfaceChanged(View view, int width, int height); in onSurfaceChanged() method
|
D | VideoTextureView.java | 122 mSurfaceListener.onSurfaceChanged(this, width, height); in onSurfaceTextureSizeChanged()
|
D | VideoSurfaceView.java | 125 mSurfaceListener.onSurfaceChanged(this, width, height); in surfaceChanged()
|
/frameworks/av/packages/MediaComponents/src/com/android/widget/ |
D | VideoViewInterface.java | 62 void onSurfaceChanged(View view, int width, int height); in onSurfaceChanged() method
|
D | VideoSurfaceView.java | 135 mSurfaceListener.onSurfaceChanged(this, width, height); in surfaceChanged()
|
D | VideoTextureView.java | 140 mSurfaceListener.onSurfaceChanged(this, width, height); in onSurfaceTextureSizeChanged()
|
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/ |
D | VideoViewInterfaceWithMp1.java | 63 void onSurfaceChanged(View view, int width, int height); in onSurfaceChanged() method
|
D | VideoSurfaceViewWithMp1.java | 124 mSurfaceListener.onSurfaceChanged(this, width, height); in surfaceChanged()
|
D | VideoTextureViewWithMp1.java | 122 mSurfaceListener.onSurfaceChanged(this, width, height); in onSurfaceTextureSizeChanged()
|
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
D | TestView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
|
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNIView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLJNIView.Renderer
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in TestWallpaper.ClockEngine 140 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 24 I think the bug is that the gl.glViewport() call in onSurfaceChanged() is
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
D | TestFramerateView.java | 83 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestFramerateView.Renderer
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLRenderer.java | 64 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in BasicGLRenderer
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 91 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in TriangleRenderer
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 79 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JavaView.Renderer
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 74 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in ClearRenderer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 211 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in ImageWallpaper.DrawableEngine 216 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 236 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
|
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in GenImage
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 144 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestLatencyView.Renderer
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLPerfView.Renderer
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JNIView.Renderer
|