Home
last modified time | relevance | path

Searched refs:BurstTakerImpl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstTakerImpl.java34 public class BurstTakerImpl implements BurstTaker { class
67 public BurstTakerImpl(CameraCommandExecutor cameraCommandExecutor, in BurstTakerImpl() method in BurstTakerImpl
/packages/apps/Camera2/src/com/android/camera/one/v2/
DZslOneCameraFactory.java35 import com.android.camera.burst.BurstTakerImpl;
261 BurstTaker burstTaker = new BurstTakerImpl(cameraCommandExecutor, in createOneCamera()