Searched refs:setAutoExposure (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java108 mPreviewView.setAutoExposure(false);
112 mPreviewView.setAutoExposure(true);
119 mPreviewView.setAutoExposure(false);
123 mPreviewView.setAutoExposure(true);
H A DCameraView.java315 public void setAutoExposure(boolean autoExposure) { method in class:CameraView
316 mCameraOps.setAutoExposure(autoExposure);
H A DCameraOps.java628 public void setAutoExposure(boolean autoExposure) { method in class:CameraOps
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraView.java318 public void setAutoExposure(boolean autoExposure) { method in class:CameraView
319 mCameraOps.setAutoExposure(autoExposure);
H A DCameraOps.java665 public void setAutoExposure(boolean autoExposure) { method in class:CameraOps

Completed in 89 milliseconds