Home
last modified time | relevance | path

Searched refs:compValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java585 int compValue = in setExposureCompensationCallback()
587 cb.setExposure(compValue); in setExposureCompensationCallback()
881 int compValue = mSettingsManager.getInteger(mAppController.getCameraScope(), in updateExposureButtons() local
884 int comp = Math.round(compValue * mExposureCompensationStep); in updateExposureButtons()
/packages/apps/Camera2/src/com/android/camera/widget/
DIndicatorIconController.java257 int compValue = mController.getSettingsManager().getInteger( in syncExposureIndicator() local
259 int comp = Math.round(compValue * buttonManager.getExposureCompensationStep()); in syncExposureIndicator()