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

/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
H A DFallView.java36 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:FallView
37 super.surfaceChanged(holder, format, w, h);
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
H A DGalaxyView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:GalaxyView
34 super.surfaceChanged(holder, format, w, h);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassView.java33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:GrassView
34 super.surfaceChanged(holder, format, w, h);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxyView.java22 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:GalaxyView
23 super.surfaceChanged(holder, format, w, h);
/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/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/Camera/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/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java150 // surfaceChanged() is called), mSurfaceWidth is set to -1.
1187 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:VideoEditorActivity
1188 logd("surfaceChanged: " + width + "x" + height);

Completed in 2151 milliseconds