Searched refs:surfaceChanged (Results 1 - 10 of 10) sorted by relevance

/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldView.java19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:NoiseFieldView
20 super.surfaceChanged(holder, format, w, h);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamView.java19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:PhaseBeamView
20 super.surfaceChanged(holder, format, w, h);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxyView.java25 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:GalaxyView
26 super.surfaceChanged(holder, format, w, h);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DCameraPreviewView.java35 * @see android.view.SurfaceHolder.Callback#surfaceChanged(android.view.SurfaceHolder, int, int, int)
38 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:CameraPreviewView
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralView.java78 public void surfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { method in class:HoloSpiralView
79 super.surfaceChanged(surfaceHolder, format, width, height);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java599 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:GLRootView
601 super.surfaceChanged(holder, format, w, h);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java1156 // surfaceChanged / surfaceDestroyed, other parts of the code
1739 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:Camera
1746 Log.v(TAG, "surfaceChanged. w=" + w + ". h=" + h);
1758 // Sometimes surfaceChanged is called after onPause or before onResume.
1783 // it later. We want to finish surfaceChanged as soon as possible to let
H A DVideoCamera.java1070 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:VideoCamera
1077 Log.v(TAG, "surfaceChanged. w=" + w + ". h=" + h);
1087 // The fact that surfaceChanged is called _after_ an onPause appears
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java1217 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:PhotoModule
1218 Log.v(TAG, "surfaceChanged:" + holder + " width=" + width + ". height="
H A DVideoModule.java2713 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:VideoModule.SurfaceViewCallback

Completed in 315 milliseconds