Home
last modified time | relevance | path

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

/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
DRenderScriptWallpaper.java78 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in RenderScriptWallpaper.RenderScriptEngine
79 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/
DRenderScriptWallpaper.java75 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in RenderScriptWallpaper.RenderScriptEngine
76 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
DHoloSpiralWallpaper.java83 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, in onSurfaceChanged() method in HoloSpiralWallpaper.RenderScriptEngine
85 super.onSurfaceChanged(surfaceHolder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamWallpaper.java73 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, int width, in onSurfaceChanged() method in PhaseBeamWallpaper.RenderScriptEngine
75 super.onSurfaceChanged(surfaceHolder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DRenderScriptWallpaper.java79 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in RenderScriptWallpaper.RenderScriptEngine
80 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldWallpaper.java76 public void onSurfaceChanged(SurfaceHolder surfaceHolder, in onSurfaceChanged() method in NoiseFieldWallpaper.RenderScriptEngine
80 super.onSurfaceChanged(surfaceHolder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxy4Wallpaper.java92 public void onSurfaceChanged(SurfaceHolder surfaceHolder, in onSurfaceChanged() method in Galaxy4Wallpaper.RenderScriptEngine
94 super.onSurfaceChanged(surfaceHolder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
DVisualization1.java121 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in Visualization1.CubeEngine
122 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
DWalkAroundWallpaper.java137 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in WalkAroundWallpaper.WalkAroundEngine
138 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
DPolarClockWallpaper.java433 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in PolarClockWallpaper.ClockEngine
434 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceViewRenderer.java48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MosaicRendererSurfaceViewRenderer
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DSurfaceTextureView.java204 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in SurfaceTextureView.Renderer
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
DTiledImageView.java305 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/packages/apps/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java240 public void onSurfaceChanged(int surface, int format, int width, int height) { in onSurfaceChanged() method in VideoCallPresenter
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java312 public void onSurfaceChanged(GL10 gl1, int width, int height) { in onSurfaceChanged() method in GLRootView