Home | History | Annotate | Download | only in camera

Lines Matching refs:camera

17 package com.android.camera;
26 import android.hardware.Camera.Parameters;
39 import com.android.camera.ui.LayoutChangeNotifier;
40 import com.android.camera.ui.PopupManager;
51 * Superclass of camera activity.
62 // The intent extra for camera from secure lock screen. True if the gallery
64 // increment. This is used when switching between camera, camcorder, and
65 // panorama. If the extra is not set, it is in the normal camera mode.
85 // The activity is going to switch to the specified camera id. This is
86 // needed because texture copy is done in GL thread. -1 means camera is not
91 protected ScreenNail mCameraScreenNail; // This shows camera preview.
92 // The view containing only camera related widgets like control panel,
98 // Secure album id. This should be incremented every time the camera is
100 // switching between camera, camcorder, and panorama.
102 // True if the camera is started from secure lock screen.
187 // Check if this is in the secure camera mode.
378 // Send an AppBridge to gallery to enable the camera preview.
412 // Send an AppBridge to gallery to enable the camera preview.
490 // Swap the width and height. Camera screen nail draw() is based on
503 // Ignore if listener is null or the camera control is invisible.
547 // The is the communication interface between the Camera Application and