Searched refs:mExposureIndicator (Results 1 – 1 of 1) sorted by relevance
174 private TextView mExposureIndicator; field in Camera603 mExposureIndicator = (TextView) findViewById(R.id.onscreen_exposure_indicator); in initOnScreenIndicator()633 if (mExposureIndicator == null) { in updateExposureOnScreenIndicator()637 mExposureIndicator.setText(""); in updateExposureOnScreenIndicator()638 mExposureIndicator.setVisibility(View.GONE); in updateExposureOnScreenIndicator()645 mExposureIndicator.setText(exposure); in updateExposureOnScreenIndicator()646 mExposureIndicator.setVisibility(View.VISIBLE); in updateExposureOnScreenIndicator()