Searched defs:camera (Results 1 - 25 of 244) sorted by path

12345678910

/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java17 package com.android.camera;
39 import com.android.camera.ui.LayoutChangeNotifier;
40 import com.android.camera.ui.PopupManager;
50 * Superclass of camera activity.
61 // The intent extra for camera from secure lock screen. True if the gallery
63 // increment. This is used when switching between camera, camcorder, and
64 // panorama. If the extra is not set, it is in the normal camera mode.
84 // The activity is going to switch to the specified camera id. This is
85 // needed because texture copy is done in GL thread. -1 means camera is not
90 protected ScreenNail mCameraScreenNail; // This shows camera previe
[all...]
H A DCameraActivity.java17 package com.android.camera;
33 import com.android.camera.ui.CameraSwitcher;
122 // the camera then point the camera to floor or sky, we still have
130 // Rotate camera mode icons in the switcher
359 // Preview texture has been copied. Now camera can be released and the
H A DCameraButtonIntentReceiver.java17 package com.android.camera;
24 * {@code CameraButtonIntentReceiver} is invoked when the camera button is
30 * After making sure we can use the camera hardware, it starts the Camera
37 // Try to get the camera hardware
43 // We are going to launch the camera, so hold the camera for later use
H A DCameraDisabledException.java17 package com.android.camera;
21 * the camera.
H A DCameraErrorCallback.java17 package com.android.camera;
26 public void onError(int error, android.hardware.Camera camera) { argument
27 Log.e(TAG, "Got camera error callback. error=" + error);
H A DCameraHardwareException.java17 package com.android.camera;
20 * This class represents the condition that we cannot open the camera hardware
21 * successfully. For example, another process is using the camera.
H A DCameraHolder.java17 package com.android.camera;
19 import static com.android.camera.Util.Assert;
30 import com.android.camera.CameraManager.CameraProxy;
55 private boolean mCameraOpened; // true if camera is opened
57 private int mCameraId = -1; // current camera id
113 // We store the camera parameters when we actually open the device,
151 public static void injectMockCamera(CameraInfo[] info, CameraProxy[] camera) { argument
153 mMockCamera = camera;
173 // get the first (smallest) back and first front camera id
208 Log.v(TAG, "open camera "
[all...]
H A DCameraManager.java17 package com.android.camera;
19 import static com.android.camera.Util.Assert;
257 Log.e(TAG, "Fail to release the camera.");
269 private void setAutoFocusMoveCallback(android.hardware.Camera camera, argument
271 camera.setAutoFocusMoveCallback((AutoFocusMoveCallback) cb);
274 // Open camera synchronously. This method is invoked in the context of a
277 // Cannot open camera in mCameraHandler, otherwise all camera events
H A DCameraModule.java17 package com.android.camera;
H A DCameraPreference.java17 package com.android.camera;
H A DCameraScreenNail.java17 package com.android.camera;
30 * This is a ScreenNail which can display camera's preview.
40 // Switch camera animation needs to copy texture.
42 // Switch camera animation shows the initial feedback by darkening the
45 // Switch camera animation is waiting for the first frame.
47 // Switch camera animation is about to start.
49 // Switch camera animation is running.
227 // Do not request render here because camera has been just
256 // to camera. This case only happens in monkey tests, not applicable to normal
400 // it's needed when we do switch-camera animatio
[all...]
H A DCameraSettings.java17 package com.android.camera;
105 // When launching the camera app first time, we will set the picture
509 // Switch back to the preferences of the current camera. Otherwise,
510 // we may write the preference to wrong camera later.
516 // Write back the current camera id because parameters are related to
517 // the camera. Otherwise, we may switch to the front camera but the
518 // initial picture size is that of the back camera.
H A DCaptureAnimManager.java17 package com.android.camera;
52 /* preview: camera preview view.
H A DComboPreferences.java17 package com.android.camera;
31 private SharedPreferences mPrefLocal; // per-camera preferences
51 // Sets the camera id and reads its preferences. Each camera has its own
H A DDisableCameraReceiver.java17 package com.android.camera;
27 // We want to disable camera-related activities if there is no camera. This
34 "com.android.camera.CameraLauncher",
39 // Disable camera-related activities if there is no camera.
45 Log.i(TAG, "disable all camera activities");
52 disableComponent(context, "com.android.camera.DisableCameraReceiver");
57 Log.i(TAG, "number of camera: " + n);
67 Log.i(TAG, "back camera foun
[all...]
H A DEffectsRecorder.java17 package com.android.camera;
502 // The back camera is not mirrored, so use a identity transform
617 // Switching effects while running. Inform video camera.
673 // For front camera, the background video needs to be mirrored in the
720 throw new RuntimeException("No camera to record from!");
815 // STATE_RELEASED - camera will be/has been released as well, do nothing.
834 // EffectsRecorder has been released, so don't touch the camera device
975 // The VideoModule will call this to notify that the camera is being
979 // release the camera again.
988 // set the camera devic
[all...]
H A DExif.java17 package com.android.camera;
H A DFocusOverlayManager.java17 package com.android.camera;
30 import com.android.camera.ui.FaceView;
31 import com.android.camera.ui.FocusIndicator;
32 import com.android.camera.ui.PieRenderer;
42 * (1) The camera has continuous autofocus. Move the camera. Take a picture when
44 * (2) The camera has continuous autofocus. Move the camera. Take a picture when
46 * (3) The camera has face detection. Point the camera a
[all...]
H A DIconListPreference.java17 package com.android.camera;
H A DIntArray.java17 package com.android.camera;
H A DListPreference.java17 package com.android.camera;
H A DLocationManager.java17 package com.android.camera;
139 // If GPS is available before start camera, we won't get status
H A DMosaic.java17 package com.android.camera;
50 * remove a one-sided curve in the mosaic (typically due to the camera not staying horizontal
H A DMosaicFrameProcessor.java17 package com.android.camera;
H A DMosaicPreviewRenderer.java17 package com.android.camera;

Completed in 97 milliseconds

12345678910