/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
D | GrassView.java | 33 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/ |
D | GalaxyView.java | 33 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/ |
D | NoiseFieldView.java | 19 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/ |
D | PhaseBeamView.java | 19 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/ |
D | FallView.java | 36 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/ |
D | GalaxyView.java | 25 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/ |
D | HoloSpiralView.java | 78 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/ |
D | GLRootView.java | 596 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/ |
D | CameraPreviewView.java | 38 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in CameraPreviewView
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | VideoUI.java | 371 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in VideoUI
|
D | PhotoUI.java | 533 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in PhotoUI
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
D | VideoEditorActivity.java | 1203 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 1739 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in Camera
|
D | VideoCamera.java | 1070 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() method in VideoCamera
|
/packages/apps/Camera/src/com/android/camera/ |
D | PhotoModule.java | 1217 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in PhotoModule
|
D | VideoModule.java | 2713 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() method in VideoModule.SurfaceViewCallback
|