Searched refs:surfaceChanged (Results 1 - 15 of 15) 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/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/Camera2/src/com/android/camera/
H A DVideoUI.java748 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:VideoUI
/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/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java158 // surfaceChanged() is called), mSurfaceWidth is set to -1.
1197 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:VideoEditorActivity
1198 logd("surfaceChanged: " + width + "x" + height);
/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 716 milliseconds