/packages/apps/Gallery/src/com/android/camera/gallery/ |
LruCache.java | 17 package 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/apps/Launcher3/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/extensions/api/media_galleries/ |
media_galleries_apitest.cc | 43 // This function is to ensure at least one (fake) media gallery exists for 71 // This helper method can be used to run additional media gallery tests.
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
media_galleries_private_event_router.cc | 71 // BroadcastEvent() sends the gallery changed events to all the extensions 75 // DispatchEventToExtension() to dispatch the gallery changed event only to
|
/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.
|
/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 | 47 /** If set, show choices to take a picture with the camera, or pick one from the gallery. */ 90 // 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 | 57 * This file will be passed (as a uri) to other activities (such as the gallery/camera/ 131 * 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/resources/file_manager/js/photo/ |
slide_mode.js | 20 * @param {function(function())} toggleMode Function to toggle the Gallery mode. 287 this.metadataCache_.get(selectedUrl, Gallery.METADATA_TYPE, 355 * @return {Gallery.Item} Item. 362 * @return {Gallery.Item} Selected index. 379 * @return {Gallery.Item} Selected item. 500 selectedItem.getUrl(), Gallery.METADATA_TYPE, onMetadata); 942 this.getSelectedIndex(), 0, new Gallery.Item(oldUrl)); 966 this.metadataCache_.clear(event.oldUrl, Gallery.METADATA_TYPE); 984 SlideMode.OVERWRITE_KEY = 'gallery-overwrite-original'; 991 SlideMode.OVERWRITE_BUBBLE_KEY = 'gallery-overwrite-bubble' [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_registry_unittest.cc | 301 // Create a user added gallery based on the information passed and add it to 359 // This makes sure that at least one default gallery exists on the file 363 // Some test gallery directories. 657 // Make sure that we have at least one gallery and that they are all 676 // Get all existing gallery names. 805 // Add a user gallery to the regular permission extension. 881 // Call GetPreferences() and the gallery count should not change. [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>
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 21 <li><a href="#TaskGallery">Add the Photo to a Gallery</a></li> 204 <h2 id="TaskGallery">Add the Photo to a Gallery</h2> 211 photo to the Media Provider's database, making it available in the Android Gallery application
|
/build/target/product/ |
sdk.mk | 26 Gallery \
|
/development/samples/HoneycombGallery/ |
_index.html | 16 <p>The image gallery shows how all these pieces can work together in one application.</p>
|