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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMmsVideoRecorder.java45 public MmsVideoRecorder(final Camera camera, final int cameraIndex, final int orientation, argument
49 CamcorderProfile.get(cameraIndex, CamcorderProfile.QUALITY_LOW);
H A DCameraManager.java354 void selectCameraByIndex(final int cameraIndex) { argument
355 if (mCameraIndex == cameraIndex) {
360 mCameraIndex = cameraIndex;
422 final int cameraIndex = params[0];
426 return sCameraWrapper.open(cameraIndex);
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraManager.java287 public void selectCameraByIndex(final int cameraIndex) { argument
288 if (mCameraIndex == cameraIndex) {
293 mCameraIndex = cameraIndex;
353 final int cameraIndex = params[0];
355 return Camera.open(cameraIndex);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java170 // find the image being viewed. cameraIndex is the index of the camera
171 // preview. If cameraIndex < 0, there is no camera preview.
173 MediaSet mediaSet, Path itemPath, int indexHint, int cameraIndex,
179 mCameraIndex = cameraIndex;
172 PhotoDataAdapter(AbstractGalleryActivity activity, PhotoView view, MediaSet mediaSet, Path itemPath, int indexHint, int cameraIndex, boolean isPanorama, boolean isStaticCamera) argument

Completed in 191 milliseconds