Home
last modified time | relevance | path

Searched refs:onSurfaceChanged (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
H A DWrappedSessionTest.java69 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 DSimpleSessionManagerTest.java108 public void onSurfaceChanged(int format, int width, int height) {} in onSurfaceChanged() method in SimpleSessionManagerTest.TestTifSession
H A DBaseTvInputServiceTest.java50 public void onSurfaceChanged(int format, int width, int height) {} in TestTvInputService()
H A DTisSessionTest.java189 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 DWrappedSession.java63 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in WrappedSession
64 delegate.onSurfaceChanged(format, width, height); in onSurfaceChanged()
H A DTifSession.java69 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 DGLWallpaperRenderer.java44 void onSurfaceChanged(int width, int height); in onSurfaceChanged() method
H A DImageWallpaperRenderer.java98 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in ImageWallpaperRenderer
/aosp12/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java75 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 DGLJNIView.java75 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 DImageWallpaper.java366 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 DTestWallpaper.java139 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 DMosaicRendererSurfaceViewRenderer.java48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MosaicRendererSurfaceViewRenderer
/aosp12/frameworks/native/opengl/tests/testViewport/
H A DREADME24 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 DCubeRenderer.java85 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 DTestFramerateView.java83 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 DCubeRenderer.java88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomOpenGLView.java72 public void onSurfaceChanged(GL10 gl, int width, int height) { in CustomOpenGLView()
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java91 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 DBasicGLRenderer.java64 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 DBlurredSurfaceRenderer.java99 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 DGL2JavaView.java79 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 DClearActivity.java74 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 DTiledImageView.java176 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 DTestTvInputService.java201 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in TestTvInputService.SimpleSessionImpl
202 super.onSurfaceChanged(format, width, height); in onSurfaceChanged()

12