Searched refs:previousState (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateFatal.java38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) {
39 return new StateFatal(previousState, resourceConstructed);
42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { argument
43 super(previousState);
37 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed) argument
H A DStateIntentCompleted.java45 State previousState,
48 previousState, resourceConstructed, Optional.<Intent>absent());
52 State previousState,
55 super(previousState);
44 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed) argument
51 StateIntentCompleted( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, Optional<Intent> resultIntent) argument
H A DStateBackgroundWithSurfaceTexture.java47 State previousState,
51 previousState, resourceConstructed, resourceSurfaceTexture);
55 State previousState,
58 super(previousState);
46 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture) argument
54 StateBackgroundWithSurfaceTexture( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture) argument
H A DStateForegroundWithSurfaceTexture.java40 State previousState,
44 previousState,
50 State previousState,
53 super(previousState);
39 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture) argument
49 StateForegroundWithSurfaceTexture( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture) argument
H A DStateBackground.java48 State previousState,
50 return new StateBackground(previousState, resourceConstructed);
62 private StateBackground(State previousState, argument
64 super(previousState);
47 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed) argument
H A DStateForeground.java42 State previousState,
44 return new StateForeground(previousState, resourceConstructed);
48 State previousState,
50 super(previousState);
41 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed) argument
47 StateForeground( State previousState, RefCountBase<ResourceConstructed> resourceConstructed) argument
H A DStateSavingPicture.java55 State previousState,
58 super(previousState);
54 StateSavingPicture( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, byte[] pictureData) argument
H A DStateStartingPreview.java56 State previousState,
66 previousState,
78 State previousState,
87 super(previousState);
55 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture, OneCamera camera, CameraId cameraId, OneCamera.Facing cameraFacing, OneCameraCharacteristics cameraCharacteristics, Size pictureSize, OneCameraCaptureSetting captureSetting) argument
77 StateStartingPreview( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture, OneCamera camera, CameraId cameraId, OneCamera.Facing cameraFacing, OneCameraCharacteristics cameraCharacteristics, Size pictureSize, OneCameraCaptureSetting captureSetting) argument
H A DStateOpeningCamera.java92 State previousState,
98 return new StateOpeningCamera(previousState, resourceConstructed,
102 private StateOpeningCamera(State previousState, argument
108 super(previousState);
91 from( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture, OneCamera.Facing cameraFacing, CameraId cameraId, OneCameraCharacteristics cameraCharacteristics) argument
H A DStateReviewingPicture.java72 State previousState,
76 super(previousState);
71 StateReviewingPicture( State previousState, RefCountBase<ResourceCaptureTools> resourceCaptureTools, Bitmap pictureBitmap, Optional<byte[]> pictureData) argument
H A DStateReadyForCapture.java107 State previousState,
111 super(previousState);
122 State previousState,
124 super(previousState);
106 StateReadyForCapture( State previousState, RefCountBase<ResourceConstructed> resourceConstructed, RefCountBase<ResourceSurfaceTexture> resourceSurfaceTexture, RefCountBase<ResourceOpenedCamera> resourceOpenedCamera) argument
121 StateReadyForCapture( State previousState, RefCountBase<ResourceCaptureTools> resourceCaptureTools) argument
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
H A DStateImpl.java39 protected StateImpl(State previousState) { argument
40 this(previousState.getStateMachine());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java52 int previousState = intent.getIntExtra(
59 Log.d(TAG, "Connection states: old = " + previousState + ", new = " + state);
62 if (previousState == BluetoothA2dp.STATE_CONNECTING) {
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DMessengerService.java260 int previousState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1);
262 if (state == -1 || previousState == -1 || device == null) {
266 if (previousState == BluetoothProfile.STATE_CONNECTED
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
H A DVoicemailChangePinActivity.java489 State previousState = mUiState;
491 if (previousState != state) {
492 previousState.onLeave(this);
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 242 milliseconds