/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
D | StateFatal.java | 38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in from() argument 39 return new StateFatal(previousState, resourceConstructed); in from() 42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in StateFatal() argument 43 super(previousState); in StateFatal()
|
D | StateIntentCompleted.java | 45 State previousState, in from() argument 48 previousState, resourceConstructed, Optional.<Intent>absent()); in from() 52 State previousState, in StateIntentCompleted() argument 55 super(previousState); in StateIntentCompleted()
|
D | StateBackgroundWithSurfaceTexture.java | 47 State previousState, in from() argument 51 previousState, resourceConstructed, resourceSurfaceTexture); in from() 55 State previousState, in StateBackgroundWithSurfaceTexture() argument 58 super(previousState); in StateBackgroundWithSurfaceTexture()
|
D | StateForegroundWithSurfaceTexture.java | 40 State previousState, in from() argument 44 previousState, in from() 50 State previousState, in StateForegroundWithSurfaceTexture() argument 53 super(previousState); in StateForegroundWithSurfaceTexture()
|
D | StateForeground.java | 42 State previousState, in from() argument 44 return new StateForeground(previousState, resourceConstructed); in from() 48 State previousState, in StateForeground() argument 50 super(previousState); in StateForeground()
|
D | StateBackground.java | 48 State previousState, in from() argument 50 return new StateBackground(previousState, resourceConstructed); in from() 62 private StateBackground(State previousState, in StateBackground() argument 64 super(previousState); in StateBackground()
|
D | StateStartingPreview.java | 56 State previousState, in from() argument 66 previousState, in from() 78 State previousState, in StateStartingPreview() argument 87 super(previousState); in StateStartingPreview()
|
D | StateOpeningCamera.java | 92 State previousState, in from() argument 98 return new StateOpeningCamera(previousState, resourceConstructed, in from() 102 private StateOpeningCamera(State previousState, in StateOpeningCamera() argument 108 super(previousState); in StateOpeningCamera()
|
D | StateSavingPicture.java | 55 State previousState, in StateSavingPicture() argument 58 super(previousState); in StateSavingPicture()
|
D | StateReadyForCapture.java | 107 State previousState, in StateReadyForCapture() argument 111 super(previousState); in StateReadyForCapture() 122 State previousState, in StateReadyForCapture() argument 124 super(previousState); in StateReadyForCapture()
|
D | StateReviewingPicture.java | 72 State previousState, in StateReviewingPicture() argument 76 super(previousState); in StateReviewingPicture()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothA2dpConnector.java | 52 int previousState = intent.getIntExtra( 59 Log.d(TAG, "Connection states: old = " + previousState + ", new = " + state); 62 if (previousState == BluetoothA2dp.STATE_CONNECTING) {
|
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
D | StateImpl.java | 39 protected StateImpl(State previousState) { in StateImpl() argument 40 this(previousState.getStateMachine()); in StateImpl()
|