Searched refs:EventPictureCompressed (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/event/
H A DEventPictureCompressed.java21 public class EventPictureCompressed implements Event { class in inherits:Event
25 public EventPictureCompressed(byte[] pictureData, int orientation) { method in class:EventPictureCompressed
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateReviewingPicture.java27 import com.android.camera.captureintent.event.EventPictureCompressed;
154 /** Handles EventPictureCompressed. */
155 EventHandler<EventPictureCompressed> pictureCompressedHandler =
156 new EventHandler<EventPictureCompressed>() {
158 public Optional<State> processEvent(EventPictureCompressed event) {
190 setEventHandler(EventPictureCompressed.class, pictureCompressedHandler);
240 new EventPictureCompressed(pictureData, orientation));
H A DStateReadyForCapture.java39 import com.android.camera.captureintent.event.EventPictureCompressed;
400 /** Handles EventPictureCompressed. */
401 EventHandler<EventPictureCompressed> pictureCompressedHandler =
402 new EventHandler<EventPictureCompressed>() {
404 public Optional<State> processEvent(EventPictureCompressed event) {
428 setEventHandler(EventPictureCompressed.class, pictureCompressedHandler);
658 new EventPictureCompressed(pictureData, orientation));

Completed in 42 milliseconds