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

  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateForegroundWithSurfaceTexture.java 34 public final class StateForegroundWithSurfaceTexture extends StateImpl {
39 public static StateForegroundWithSurfaceTexture from(
43 return new StateForegroundWithSurfaceTexture(
49 private StateForegroundWithSurfaceTexture(
StateBackgroundWithSurfaceTexture.java 71 return Optional.of((State) StateForegroundWithSurfaceTexture.from(
StateForeground.java 82 State nextState = StateForegroundWithSurfaceTexture.from(
87 // over to StateForegroundWithSurfaceTexture.

Completed in 715 milliseconds