Home
last modified time | relevance | path

Searched refs:surfaceChanged (Results 1 – 16 of 16) sorted by relevance

/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DGrassView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in GrassView
34 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in GalaxyView
34 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldView.java19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in NoiseFieldView
20 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamView.java19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in PhaseBeamView
20 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
DFallView.java36 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in FallView
37 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyView.java25 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in GalaxyView
26 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
DHoloSpiralView.java78 public void surfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { in surfaceChanged() method in HoloSpiralView
79 super.surfaceChanged(surfaceHolder, format, width, height); in surfaceChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java596 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in GLRootView
598 super.surfaceChanged(holder, format, w, h); in surfaceChanged()
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DCameraPreviewView.java38 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in CameraPreviewView
/packages/apps/Gallery2/src/com/android/camera/
DVideoUI.java371 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in VideoUI
DPhotoUI.java533 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in PhotoUI
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorActivity.java1203 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java1739 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in Camera
DVideoCamera.java1070 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in VideoCamera
/packages/apps/Camera/src/com/android/camera/
DPhotoModule.java1217 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in PhotoModule
DVideoModule.java2713 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in VideoModule.SurfaceViewCallback