Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DIndicatorIconController.java54 private ImageView mExposureIndicatorP2; field in IndicatorIconController
95 mExposureIndicatorP2 = (ImageView) root.findViewById(R.id.exposure_p2_indicator); in IndicatorIconController()
241 || mExposureIndicatorP2 == null) { in syncExposureIndicator()
251 changeVisibility(mExposureIndicatorP2, View.GONE); in syncExposureIndicator()
276 changeVisibility(mExposureIndicatorP2, View.VISIBLE); in syncExposureIndicator()