Home
last modified time | relevance | path

Searched refs:WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentConfig.java30 public static final boolean WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4 = ApiHelper.IS_NEXUS_4; field in CaptureIntentConfig
DCaptureIntentModule.java259 return CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4;
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateForeground.java73 if (CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4) { in registerEventHandlers()
DStateBackground.java87 if (CaptureIntentConfig.WORKAROUND_PREVIEW_STRETCH_BUG_NEXUS4) { in registerEventHandlers()