Searched refs:INCLUDE_VIDEOS (Results 1 - 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | MenuHelper.java | 43 private static final int INCLUDE_VIDEOS = (1 << 2); field in class:MenuHelper 145 gotoGallery(activity, R.string.gallery_camera_videos_bucket_name, INCLUDE_VIDEOS);
|
/packages/apps/Gallery/src/com/android/camera/ |
H A D | GalleryPicker.java | 432 ImageManager.INCLUDE_IMAGES | ImageManager.INCLUDE_VIDEOS, 456 | ImageManager.INCLUDE_VIDEOS, key, 576 ImageManager.INCLUDE_VIDEOS, 582 ImageManager.INCLUDE_VIDEOS | ImageManager.INCLUDE_IMAGES, 594 ImageManager.INCLUDE_VIDEOS, 846 return ImageManager.INCLUDE_VIDEOS; 851 | ImageManager.INCLUDE_VIDEOS;
|
H A D | ImageManager.java | 130 public static final int INCLUDE_VIDEOS = (1 << 2); field in class:ImageManager 310 if ((inclusion & INCLUDE_VIDEOS) != 0) { 359 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS,
|
H A D | ImageGallery.java | 560 mInclusion = ImageManager.INCLUDE_IMAGES | ImageManager.INCLUDE_VIDEOS; 576 mInclusion = ImageManager.INCLUDE_VIDEOS; 594 | ImageManager.INCLUDE_VIDEOS) 712 | ImageManager.INCLUDE_VIDEOS)) != 0) {
|
Completed in 263 milliseconds