Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DModeOptions.java51 private RadioOptions mModeOptionsExposure; field in ModeOptions
126 mModeOptionsExposure = (RadioOptions) findViewById(R.id.mode_options_exposure); in onFinishInflate()
131 mActiveBar = mModeOptionsExposure; in showExposureOptions()
/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java82 private RadioOptions mModeOptionsExposure; field in ButtonManager
174 mModeOptionsExposure = (RadioOptions) root.findViewById(R.id.mode_options_exposure); in getButtonsReferences()
576 mModeOptionsExposure.setOnOptionClickListener(null); in setExposureCompensationCallback()
578 mModeOptionsExposure in setExposureCompensationCallback()
885 mModeOptionsExposure.setSelectedOptionByTag(String.valueOf(comp)); in updateExposureButtons()