Lines Matching refs:camera
17 package com.android.camera;
66 import com.android.camera.app.AppManagerFactory;
67 import com.android.camera.app.PlaceholderManager;
68 import com.android.camera.app.PanoramaStitchingManager;
69 import com.android.camera.crop.CropActivity;
70 import com.android.camera.data.CameraDataAdapter;
71 import com.android.camera.data.CameraPreviewData;
72 import com.android.camera.data.FixedFirstDataAdapter;
73 import com.android.camera.data.FixedLastDataAdapter;
74 import com.android.camera.data.InProgressDataWrapper;
75 import com.android.camera.data.LocalData;
76 import com.android.camera.data.LocalDataAdapter;
77 import com.android.camera.data.LocalMediaObserver;
78 import com.android.camera.data.MediaDetails;
79 import com.android.camera.data.SimpleViewData;
80 import com.android.camera.tinyplanet.TinyPlanetFragment;
81 import com.android.camera.ui.ModuleSwitcher;
82 import com.android.camera.ui.DetailsDialog;
83 import com.android.camera.ui.FilmStripView;
84 import com.android.camera.util.ApiHelper;
85 import com.android.camera.util.CameraUtil;
86 import com.android.camera.util.GcamHelper;
87 import com.android.camera.util.IntentHelper;
88 import com.android.camera.util.PhotoSphereHelper;
89 import com.android.camera.util.PhotoSphereHelper.PanoramaViewHelper;
90 import com.android.camera.util.UsageStatistics;
95 import static com.android.camera.CameraManager.CameraOpenErrorCallback;
109 "com.android.camera.action.TRIM";
112 // The intent extra for camera from secure lock screen. True if the gallery
114 // increment. This is used when switching between camera, camcorder, and
115 // panorama. If the extra is not set, it is in the normal camera mode.
148 /** This data adapter represents the real local camera data. */
204 // the camera then point the camera to floor or sky, we still have
351 * Check if the local data corresponding to dataID is the camera
356 * camera preview.
376 // For now, We ignore all items that are not the camera preview.
389 // For now, We ignore all items that are not the camera preview.
428 // Don't show the action bar in Camera
464 // Don't show the action bar if that is the camera preview.
677 // In secure camera mode, we only support delete operation.
862 // If camera preview is the only view left in filmstrip,
1029 // Check if this is in the secure camera mode.
1040 // Change the window flags so that secure camera can show when locked
1046 // Filter for screen off so that we can finish secure camera activity
1071 View rootLayout = inflater.inflate(R.layout.camera, null, false);
1089 // Set up the camera preview first so the preview shows up ASAP.
1259 // If it's secure camera, requestLoad() should not be called
1415 // Store the module index so we can use it the next time the Camera
1444 // Force immediate release of Camera instance
1608 * Check whether camera controls are visible.
1620 * @param showControls whether to show camera controls.