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

  /packages/apps/Camera2/src/com/android/camera/debug/
DebugPropertyHelper.java 21 public class DebugPropertyHelper {
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 34 import com.android.camera.debug.DebugPropertyHelper;
208 if (DebugPropertyHelper.showCaptureDebugUI()) {
CaptureModule.java 48 import com.android.camera.debug.DebugPropertyHelper;
125 private static final boolean CAPTURE_DEBUG_UI = DebugPropertyHelper.showCaptureDebugUI();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 48 import com.android.camera.debug.DebugPropertyHelper;
126 private static final boolean DEBUG_WRITE_CAPTURE_DATA = DebugPropertyHelper.writeCaptureData();
128 private static final boolean DEBUG_FOCUS_LOG = DebugPropertyHelper.showFrameDebugLog();
138 private static final int sCaptureImageFormat = DebugPropertyHelper.isCaptureDngEnabled() ?
    [all...]

Completed in 145 milliseconds