HomeSort by relevance Sort by last modified time
    Searched refs:mOnScreenIndicators (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 201 private View mOnScreenIndicators;
797 mOnScreenIndicators = mRootView.findViewById(R.id.on_screen_indicators);
798 mExposureIndicator = (ImageView) mOnScreenIndicators.findViewById(R.id.menu_exposure_indicator);
799 mFlashIndicator = (ImageView) mOnScreenIndicators.findViewById(R.id.menu_flash_indicator);
800 mSceneIndicator = (ImageView) mOnScreenIndicators.findViewById(R.id.menu_scenemode_indicator);
801 mHdrIndicator = (ImageView) mOnScreenIndicators.findViewById(R.id.menu_hdr_indicator);
    [all...]
VideoModule.java 226 private View mOnScreenIndicators;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 181 private Rotatable mOnScreenIndicators;
    [all...]

Completed in 1388 milliseconds