Home
last modified time | relevance | path

Searched refs:StateBackgroundWithSurfaceTexture (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateBackgroundWithSurfaceTexture.java38 public class StateBackgroundWithSurfaceTexture extends StateImpl { class
46 public static StateBackgroundWithSurfaceTexture from( in from()
50 return new StateBackgroundWithSurfaceTexture( in from()
54 private StateBackgroundWithSurfaceTexture( in StateBackgroundWithSurfaceTexture() method in StateBackgroundWithSurfaceTexture
72 StateBackgroundWithSurfaceTexture.this, in registerEventHandlers()
85 StateBackgroundWithSurfaceTexture.this, mResourceConstructed)); in registerEventHandlers()
H A DStateBackground.java96 State nextState = StateBackgroundWithSurfaceTexture.from( in registerEventHandlers()
H A DStateStartingPreview.java102 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( in registerEventHandlers()
H A DStateReviewingPicture.java91 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( in registerEventHandlers()
H A DStateOpeningCamera.java141 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( in registerEventHandlers()
H A DStateReadyForCapture.java214 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( in registerEventHandlers()