HomeSort by relevance Sort by last modified time
    Searched defs:MODE_CAMERA (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera/src/com/android/camera/
ModePicker.java 41 public static final int MODE_CAMERA = 0;
89 mModeSelectionIcon[MODE_CAMERA] =
90 (RotateImageView) findViewById(R.id.mode_camera);
199 if (mCurrentMode == MODE_CAMERA) enbaled = false;
283 int viewWidth = mModeSelectionIcon[MODE_CAMERA].getWidth();
284 int iconWidth = ((ImageView) mModeSelectionIcon[MODE_CAMERA])
294 int viewHeight = mModeSelectionIcon[MODE_CAMERA].getHeight();
295 int iconHeight = ((ImageView) mModeSelectionIcon[MODE_CAMERA])
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 41 public static final int MODE_CAMERA = 0;
91 mModeSelectionIcon[MODE_CAMERA] =
92 (RotateImageView) findViewById(R.id.mode_camera);
258 int viewWidth = mModeSelectionIcon[MODE_CAMERA].getWidth();
259 int iconWidth = ((ImageView) mModeSelectionIcon[MODE_CAMERA])
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 40 public static final int MODE_CAMERA = 0;
50 protected int mCurrentMode = MODE_CAMERA;
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControl.java 40 public static final int MODE_CAMERA = 0;
50 protected int mCurrentMode = MODE_CAMERA;

Completed in 451 milliseconds