Searched refs:SoftwareCameraPreview (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraMediaChooserView.java78 // with a SoftwareCameraPreview which supports software rendering
92 final SoftwareCameraPreview softwareCameraPreview =
93 new SoftwareCameraPreview(getContext());
H A DSoftwareCameraPreview.java33 * SoftwareCameraPreview which we can't easily share due to a lack of multiple inheritance, The
36 public class SoftwareCameraPreview extends SurfaceView implements CameraPreview.CameraPreviewHost { class in inherits:SurfaceView,CameraPreview.CameraPreviewHost
39 public SoftwareCameraPreview(final Context context) { method in class:SoftwareCameraPreview

Completed in 110 milliseconds