Searched defs:StateBackground (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateBackground.java38 public final class StateBackground extends StateImpl { class in inherits:StateImpl
41 public static StateBackground create(
44 return new StateBackground(stateMachine, resourceConstructed);
47 public static StateBackground from(
50 return new StateBackground(previousState, resourceConstructed);
53 private StateBackground( method in class:StateBackground
62 private StateBackground(State previousState, method in class:StateBackground
76 StateBackground.this, mResourceConstructed));
97 StateBackground.this,

Completed in 57 milliseconds