Home
last modified time | relevance | path

Searched refs:StateForeground (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateForeground.java37 public final class StateForeground extends StateImpl { class
41 public static StateForeground from( in from()
44 return new StateForeground(previousState, resourceConstructed); in from()
47 private StateForeground( in StateForeground() method in StateForeground
62 StateForeground.this, mResourceConstructed)); in registerEventHandlers()
83 StateForeground.this, in registerEventHandlers()
DStateBackground.java75 return Optional.of((State) StateForeground.from( in registerEventHandlers()