Searched defs:mExposureIndicatorP1 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 74 milliseconds