Searched defs:surfaceChanged (Results 1 - 6 of 6) sorted by relevance

/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/apps/DevCamera/src/com/android/devcamera/
H A DDevCameraActivity.java267 // setFixedSize() will trigger surfaceChanged() callback below, which will start preview.
275 public synchronized void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:DevCameraActivity
276 Log.v(TAG, String.format("surfaceChanged: format=%x w=%d h=%d", 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.java1169 // surfaceChanged / surfaceDestroyed, other parts of the code
1752 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { method in class:Camera
1759 Log.v(TAG, "surfaceChanged. w=" + w + ". h=" + h);
1771 // Sometimes surfaceChanged is called after onPause or before onResume.
1796 // 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/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 159 milliseconds