Searched refs:mHdrIndicator (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java47 private ImageView mHdrIndicator; field in class:IndicatorIconController
75 mHdrIndicator = (ImageView) root.findViewById(R.id.hdr_indicator);
206 Keys.KEY_CAMERA_HDR_PLUS, mHdrIndicator,
211 Keys.KEY_CAMERA_HDR, mHdrIndicator,
214 changeVisibility(mHdrIndicator, View.GONE);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java199 private ImageView mHdrIndicator; field in class:PhotoModule
801 mHdrIndicator = (ImageView) mOnScreenIndicators.findViewById(R.id.menu_hdr_indicator);
874 if (mHdrIndicator == null) {
878 mHdrIndicator.setImageResource(R.drawable.ic_indicator_hdr_on);
880 mHdrIndicator.setImageResource(R.drawable.ic_indicator_hdr_off);

Completed in 50 milliseconds