Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DIndicatorIconController.java53 private ImageView mExposureIndicatorP1; field in IndicatorIconController
94 mExposureIndicatorP1 = (ImageView) root.findViewById(R.id.exposure_p1_indicator); in IndicatorIconController()
240 || mExposureIndicatorP1 == null in syncExposureIndicator()
250 changeVisibility(mExposureIndicatorP1, View.GONE); in syncExposureIndicator()
273 changeVisibility(mExposureIndicatorP1, View.VISIBLE); in syncExposureIndicator()