/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
H A D | WrappedSessionTest.java | 69 public void onSurfaceChanged() { in onSurfaceChanged() method in WrappedSessionTest 70 wrappedSession.onSurfaceChanged(1, 2, 3); in onSurfaceChanged() 71 Mockito.verify(mockDelegate).onSurfaceChanged(1, 2, 3); in onSurfaceChanged()
|
H A D | SimpleSessionManagerTest.java | 108 public void onSurfaceChanged(int format, int width, int height) {} in onSurfaceChanged() method in SimpleSessionManagerTest.TestTifSession
|
H A D | BaseTvInputServiceTest.java | 50 public void onSurfaceChanged(int format, int width, int height) {} in TestTvInputService()
|
H A D | TisSessionTest.java | 189 public void onSurfaceChanged(int format, int width, int height) {} in onSurfaceChanged() method in TisSessionTest.TestSession
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/support/tis/ |
H A D | WrappedSession.java | 63 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in WrappedSession 64 delegate.onSurfaceChanged(format, width, height); in onSurfaceChanged()
|
H A D | TifSession.java | 69 public abstract void onSurfaceChanged(int format, int width, int height); in onSurfaceChanged() method in TifSession
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
H A D | GLWallpaperRenderer.java | 44 void onSurfaceChanged(int width, int height); in onSurfaceChanged() method
|
H A D | ImageWallpaperRenderer.java | 98 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in ImageWallpaperRenderer
|
/aosp12/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
H A D | TestView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
|
/aosp12/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
H A D | GLJNIView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLJNIView.Renderer
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ImageWallpaper.java | 366 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in ImageWallpaper.GLEngine 368 mWorker.getThreadHandler().post(() -> mRenderer.onSurfaceChanged(width, height)); in onSurfaceChanged() 417 mRenderer.onSurfaceChanged(frame.width(), frame.height()); in preRenderInternal()
|
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A 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()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicRendererSurfaceViewRenderer.java | 48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MosaicRendererSurfaceViewRenderer
|
/aosp12/frameworks/native/opengl/tests/testViewport/ |
H A D | README | 24 I think the bug is that the gl.glViewport() call in onSurfaceChanged() is
|
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
/aosp12/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
H A D | TestFramerateView.java | 83 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestFramerateView.Renderer
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/ |
H A D | CubeRenderer.java | 88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomOpenGLView.java | 72 public void onSurfaceChanged(GL10 gl, int width, int height) { in CustomOpenGLView()
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | TriangleRenderer.java | 91 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in TriangleRenderer
|
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
H A D | BasicGLRenderer.java | 64 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in BasicGLRenderer
|
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/ |
H A D | BlurredSurfaceRenderer.java | 99 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in BlurredSurfaceRenderer
|
/aosp12/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
H A D | GL2JavaView.java | 79 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JavaView.Renderer
|
/aosp12/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
H A D | ClearActivity.java | 74 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in ClearRenderer
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
H A D | TiledImageView.java | 176 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
|
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
H A D | TestTvInputService.java | 201 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in TestTvInputService.SimpleSessionImpl 202 super.onSurfaceChanged(format, width, height); in onSurfaceChanged()
|