Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateForegroundWithSurfaceTexture.java34 public final class StateForegroundWithSurfaceTexture extends StateImpl { class
39 public static StateForegroundWithSurfaceTexture from( in from()
43 return new StateForegroundWithSurfaceTexture( in from()
49 private StateForegroundWithSurfaceTexture( in StateForegroundWithSurfaceTexture() method in StateForegroundWithSurfaceTexture
DStateBackgroundWithSurfaceTexture.java71 return Optional.of((State) StateForegroundWithSurfaceTexture.from( in registerEventHandlers()
DStateForeground.java82 State nextState = StateForegroundWithSurfaceTexture.from( in registerEventHandlers()