HomeSort by relevance Sort by last modified time
    Searched refs:CaptureIntentConfig (Results 1 - 7 of 7) sorted by null

  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentConfig.java 21 public class CaptureIntentConfig {
CaptureIntentModule.java 259 return CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4;
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateBackground.java 22 import com.android.camera.captureintent.CaptureIntentConfig;
87 if (CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4) {
StateForeground.java 22 import com.android.camera.captureintent.CaptureIntentConfig;
73 if (CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4) {
StateSavingPicture.java 22 import com.android.camera.captureintent.CaptureIntentConfig;
100 mPictureData, CaptureIntentConfig.INLINE_BITMAP_MAX_PIXEL_NUM);
StateReviewingPicture.java 23 import com.android.camera.captureintent.CaptureIntentConfig;
178 CaptureIntentConfig.DOWN_SAMPLE_FACTOR,
StateReadyForCapture.java 28 import com.android.camera.captureintent.CaptureIntentConfig;
417 CaptureIntentConfig.DOWN_SAMPLE_FACTOR,

Completed in 95 milliseconds