Searched refs:ConvergedImageCaptureCommand (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DPictureTakerFactory.java47 // When flash is ON, always use the ConvergedImageCaptureCommand which
49 ImageCaptureCommand flashOnCommand = new ConvergedImageCaptureCommand(
56 ImageCaptureCommand flashOffCommand = new ConvergedImageCaptureCommand(
64 ImageCaptureCommand flashAutoCommand = new ConvergedImageCaptureCommand(
H A DZslPictureTakerFactory.java68 // When flash is ON, always use the ConvergedImageCaptureCommand which
70 ImageCaptureCommand flashOnCommand = new ConvergedImageCaptureCommand(
77 ImageCaptureCommand flashOffFallback = new ConvergedImageCaptureCommand(
H A DConvergedImageCaptureCommand.java55 class ConvergedImageCaptureCommand implements ImageCaptureCommand { class in inherits:ImageCaptureCommand
95 public ConvergedImageCaptureCommand(ManagedImageReader imageReader, FrameServer frameServer, method in class:ConvergedImageCaptureCommand

Completed in 69 milliseconds