Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomOpenGLView.java72 public void onSurfaceChanged(GL10 gl, int width, int height) { in CustomOpenGLView()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
H A DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java181 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in GLDepthTestActivity.GLES20TriangleRenderer
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DImageWallpaper.java206 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in ImageWallpaper.CanvasEngine
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java759 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() method
1557 view.mRenderer.onSurfaceChanged(gl, w, h); in guardedRun()
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java465 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in VideoDumpView.VideoDumpRenderer
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java815 public void onSurfaceChanged(@PixelFormat.Format int format, int width, int height) { in onSurfaceChanged() method in TvInteractiveAppService.Session
2061 onSurfaceChanged(format, width, height); in dispatchSurfaceChanged()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1316 public void onSurfaceChanged(int format, int width, int height) { in onSurfaceChanged() method in TvInputService.Session
1828 onSurfaceChanged(format, width, height); in dispatchSurfaceChanged()
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java818 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in WallpaperService.Engine
1379 onSurfaceChanged(mSurfaceHolder, mFormat, in updateSurface()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27481 method public void onSurfaceChanged(int, int, int);
27812 method public void onSurfaceChanged(int, int, int);
32343 method public void onSurfaceChanged(javax.microedition.khronos.opengles.GL10, int, int);
41494 method @MainThread public void onSurfaceChanged(android.view.SurfaceHolder, int, int, int);