Home
last modified time | relevance | path

Searched refs:StateReadyForCapture (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateReadyForCapture.java81 public final class StateReadyForCapture extends StateImpl { class
91 public static StateReadyForCapture from( in from()
96 return new StateReadyForCapture( in from()
100 public static StateReadyForCapture from( in from()
103 return new StateReadyForCapture(reviewingPicture, resourceCaptureTools); in from()
106 private StateReadyForCapture( in StateReadyForCapture() method in StateReadyForCapture
121 private StateReadyForCapture( in StateReadyForCapture() method in StateReadyForCapture
215 StateReadyForCapture.this, in registerEventHandlers()
332 StateReadyForCapture.this, in registerEventHandlers()
337 StateReadyForCapture.this, in registerEventHandlers()
[all …]
DStateReviewingPicture.java63 StateReadyForCapture readyForCapture, in from()
148 return Optional.of((State) StateReadyForCapture.from( in registerEventHandlers()
DStateStartingPreview.java132 return Optional.of((State) StateReadyForCapture.from( in registerEventHandlers()