HomeSort by relevance Sort by last modified time
    Searched refs:pictureTaker (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
CameraStarter.java 27 import com.android.camera.one.v2.photo.PictureTaker;
37 private final PictureTaker mPictureTaker;
40 public CameraControls(PictureTaker pictureTaker, ManualAutoFocus manualAutoFocus) {
41 mPictureTaker = pictureTaker;
45 public PictureTaker getPictureTaker() {
InitializedOneCameraFactory.java 36 import com.android.camera.one.v2.photo.PictureTaker;
81 // Since we cannot create an actual PictureTaker and ManualAutoFocus
84 final SettableFuture<PictureTaker> mPictureTaker = SettableFuture.create();
85 PictureTaker pictureTaker = new DeferredPictureTaker(mPictureTaker);
152 mOneCamera = new GenericOneCameraImpl(lifetime, pictureTaker, manualAutoFocus, lensRange,
GenericOneCameraImpl.java 30 import com.android.camera.one.v2.photo.PictureTaker;
56 private final PictureTaker mPictureTaker;
69 public GenericOneCameraImpl(SafeCloseable closeListener, PictureTaker pictureTaker,
80 mPictureTaker = pictureTaker;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ZslPictureTakerFactory.java 43 * Wires together a PictureTaker with zero shutter lag.
53 private ZslPictureTakerFactory(PictureTakerImpl pictureTaker) {
54 mPictureTaker = pictureTaker;
95 PictureTakerImpl pictureTaker = new PictureTakerImpl(mainExecutor, commandExecutor,
99 return new ZslPictureTakerFactory(pictureTaker);
102 public PictureTaker providePictureTaker() {
PictureTakerFactory.java 36 private PictureTakerFactory(PictureTakerImpl pictureTaker) {
37 mPictureTaker = pictureTaker;
75 public PictureTaker providePictureTaker() {
  /packages/apps/Camera2/src/com/android/camera/one/v2/
SimpleOneCameraFactory.java 59 import com.android.camera.one.v2.photo.PictureTaker;
207 PictureTaker pictureTaker;
209 pictureTaker = new LegacyPictureTakerFactory(imageSaverBuilder,
214 pictureTaker = PictureTakerFactory.create(Loggers.tagFactory(), mainExecutor,
242 pictureTaker,

Completed in 569 milliseconds