Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java81 private ImageButton mExposureP2; field in ButtonManager
173 mExposureP2 = (ImageButton) root.findViewById(R.id.exposure_p2); in getButtonsReferences()
609 setVisible(mExposureP2, (Math.round(max * step) >= 2)); in setExposureCompensationParameters()