Searched refs:StateBackground (Results 1 – 4 of 4) sorted by relevance
38 public final class StateBackground extends StateImpl { class41 public static StateBackground create( in create()44 return new StateBackground(stateMachine, resourceConstructed); in create()47 public static StateBackground from( in from()50 return new StateBackground(previousState, resourceConstructed); in from()53 private StateBackground( in StateBackground() method in StateBackground62 private StateBackground(State previousState, in StateBackground() method in StateBackground76 StateBackground.this, mResourceConstructed)); in registerEventHandlers()97 StateBackground.this, in registerEventHandlers()
84 return Optional.of((State) StateBackground.from( in registerEventHandlers()
61 return Optional.of((State) StateBackground.from( in registerEventHandlers()
47 import com.android.camera.captureintent.state.StateBackground;101 final State initialState = StateBackground.create(mStateMachine, mResourceConstructed); in CaptureIntentModule()