/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 17 package com.android.camera.gallery;
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
ImageListUberUnitTests.java | 1 package com.android.camera.gallery;
|
/packages/apps/Launcher2/res/xml-sw720dp/ |
default_workspace.xml | 49 launcher:className="com.android.gallery3d.app.Gallery"
|
/packages/wallpapers/LivePicker/res/values/ |
strings.xml | 34 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 319 activity and then, by attaching a file, to a picture gallery to pick 320 from. Contacts, email and picture gallery are all separate 456 to the foreground. This is true for Contacts and Gallery. If the user 489 <b>Contacts Re-Uses Gallery to Get a Picture</b> - The Contacts 490 activity has a field for a picture of a contact, but the Gallery is 491 normally where pictures are kept. So Contacts can re-use the Gallery 493 Gallery activity. The following figure illustrates the sequence of 496 Edit contact and touches the picture field, which launches the Gallery 503 Notice the Gallery returns a picture to the Contacts application that 525 <b>Gallery Re-Uses Messaging for Sharing a Picture</b> - Sharing i [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
gallery_watch_manager.h | 83 // Used to track the gallery watches connected to a specific path. 148 // Things that want to hear about gallery changes.
|
media_file_system_registry_unittest.cc | 299 // Create a user added gallery based on the information passed and add it to 357 // This makes sure that at least one default gallery exists on the file 361 // Some test gallery directories. 676 // Make sure that we have at least one gallery and that they are all 695 // Get all existing gallery names. 826 // Add a user gallery to the regular permission extension. 902 // Call GetPreferences() and the gallery count should not change. [all...] |
media_file_system_registry.h | 124 // Look up or create the extension gallery host.
|
/external/chromium_org/chrome/installer/util/ |
master_preferences.h | 127 // 1- An extension entry under settings, assigned by the gallery 131 // the extension that is hosted in the gallery.
|
/external/chromium_org/ui/file_manager/gallery/js/ |
background.js | 134 'gallery.html', 136 id: 'gallery',
|
ribbon.js | 8 * Scrollable thumbnail ribbon at the bottom of the Gallery in the Slide mode. 341 * @param {Gallery.Item} item Gallery item.
|
/frameworks/base/docs/html/about/versions/ |
android-1.5-highlights.jd | 38 <li>Camera & Gallery</li> 75 <li>Camera & Gallery
|
android-1.6-highlights.jd | 82 <h3 id="Camera">Camera, Camcorder, and Gallery</h3> 84 <p>An updated user interface provides an integrated camera, camcorder, and gallery experience. 85 Users can quickly toggle between still and video capture modes. Additionally, the gallery
|
android-2.2-highlights.jd | 113 <h3>Camera and Gallery</h3> 118 <img src="{@docRoot}sdk/images/2.2/22gallery.png" alt="" height=220 /> 121 <p>Gallery allows you to <span class="green">peek into picture stacks</span> using a zoom
|
/frameworks/base/docs/html/training/sharing/ |
shareaction.jd | 44 <strong>Figure 1.</strong> The {@link android.widget.ShareActionProvider} in the Gallery app. 122 in the Gallery app, the sharing intent changes as you flip between photos.</p>
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestActivity.java | 149 addItem(result, "Gallery LTR", BiDiTestGalleryLtr.class, R.id.gallery_ltr); 150 addItem(result, "Gallery RTL", BiDiTestGalleryRtl.class, R.id.gallery_rtl);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoActionPopup.java | 45 /** If set, show choices to take a picture with the camera, or pick one from the gallery. */ 77 // Take photo or pick one from the gallery. Wording differs if there is already a photo.
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 56 * This file will be passed (as a uri) to other activities (such as the gallery/camera/ 134 * Adds common extras to gallery intents.
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
PhotoAppWidgetProvider.java | 57 // migrate gallery widgets from pre-JB releases to JB due to bucket ID change 88 intent.setData(Uri.parse("widget://gallery/" + widgetId));
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 41 * This one-timer migrates local-album gallery app widgets from old paths from prior releases 57 * Migrates local-album gallery widgets from prior releases to current release
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
media_galleries_api.cc | 80 "Failed to set gallery permission."; 81 const char kInvalidGalleryIdMsg[] = "Invalid gallery id."; 83 const char kNonExistentGalleryId[] = "Non-existent gallery id."; 616 const MediaGalleryPrefInfo& gallery = gallery_it->second; local 618 metadata.name = base::UTF16ToUTF8(gallery.GetGalleryDisplayName()); 619 metadata.gallery_id = base::Uint64ToString(gallery.pref_id); 620 metadata.is_removable = StorageInfo::IsRemovableDevice(gallery.device_id); 621 metadata.is_media_device = StorageInfo::IsMediaDevice(gallery.device_id); 622 metadata.is_available = ContainsKey(*available_devices, gallery.device_id); [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
pkg_android.widget.html | 148 <A NAME="Gallery"></A> 149 <nobr><A HREF="android.widget.Gallery.html">Gallery</A></nobr>
|
/development/samples/HoneycombGallery/ |
_index.html | 16 <p>The image gallery shows how all these pieces can work together in one application.</p>
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_system_backend.h | 45 // Construct the mount point for the gallery specified by |pref_id| in
|
mtp_device_async_delegate.h | 106 // (4) User revoked the MTP device gallery permission.
|