HomeSort by relevance Sort by last modified time
    Searched full:gallery (Results 101 - 125 of 433) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoList.java 17 package com.android.camera.gallery;
28 * A collection of all the <code>VideoObject</code> in gallery.
SingleImageList.java 17 package com.android.camera.gallery;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Controls1.java 31 * A gallery of basic controls: Button, EditText, RadioButton, Checkbox,
  /external/chromium_org/chrome/browser/resources/options/
media_galleries_manager_overlay.js 35 $('new-media-gallery').addEventListener('click', function() {
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.h 18 // Encapsulates the state of a media gallery handler.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
README.dygraph.txt 22 For a gallery and documentation, see http://danvk.org/dygraphs/
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 1 package com.android.camera.gallery;
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java 23 public static final String COMPONENT_GALLERY = "Gallery";
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_scripts.js 56 //<include src="gallery.js">
66 window.Gallery = Gallery;
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.widget.Gallery.html 10 android.widget.Gallery
74 Class android.widget.<A HREF="../../../../reference/android/widget/Gallery.html" target="_top"><font size="+2"><code>Gallery</code></font></A>
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_state_tracker.cc 35 // State store key to track the registered gallery watchers for the extensions.
104 // Gallery watch operation is supported only on windows.
124 // Granted gallery permission.
130 // Revoked gallery permission.
333 return; // Failed to setup the gallery watch for the given extension.
  /external/chromium_org/chrome/common/extensions/
extension_constants.h 14 // Returns the URL prefix for the extension/apps gallery. Can be set via the
15 // --apps-gallery-url switch. The URL returned will not contain a trailing
23 // Returns the URL prefix for an item in the extension/app gallery. This URL
44 // Return the update URL used by gallery/webstore extensions/apps.
54 // The greatest common prefixes of the main extensions gallery's browse and
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 139 // Photo was successfully taken or selected from gallery, now crop it.
230 * Sends a newly acquired photo to Gallery for cropping
234 // Launch gallery to crop the photo
255 * Should initiate an activity pick a photo from the gallery.
287 * Constructs an intent for picking a photo from Gallery, and returning the bitmap.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 179 } else if (taskParts[2] == 'gallery') {
444 if (id == 'gallery') {
498 * Open the Gallery.
508 * The core implementation to open the Gallery.
524 if (this.params_ && this.params_.gallery) {
525 // Remove the Gallery state from the location, we do not need it any more.
533 // changes in the Gallery and popped when the Gallery is closed.
538 fm.closeFilePopup_(); // Will call Gallery.unload.
583 galleryFrame.contentWindow.Gallery.open(context, allUrls, urls)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 62 // The intent extra for camera from secure lock screen. True if the gallery
372 path = "/local/all/0"; // Use 0 so gallery does not show anything.
378 // Send an AppBridge to gallery to enable the camera preview.
406 path = "/local/all/0"; // Use 0 so gallery does not show anything.
412 // Send an AppBridge to gallery to enable the camera preview.
548 // the Gallery PhotoPage.
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 19 import com.android.camera.gallery.IImage;
20 import com.android.camera.gallery.IImageList;
21 import com.android.camera.gallery.VideoObject;
ActionMenuButton.java 19 import com.android.gallery.R;
DeleteImage.java 19 import com.android.gallery.R;
GalleryPickerItem.java 19 import com.android.gallery.R;
MovieView.java 19 import com.android.gallery.R;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 72 // (4) User revoked the MTP device gallery permission.
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 216 // For each gallery in the list of permitted |galleries|, checks if the
260 PrefIdFsInfoMap::iterator gallery = pref_id_map_.find(id); local
261 if (gallery == pref_id_map_.end())
264 file_system_context_->RevokeFileSystem(gallery->second.fsid);
265 pref_id_map_.erase(gallery);
394 // A map from the gallery preferences id to the file system information.
397 // A map from the gallery preferences id to the corresponding media device
491 // Since revoking a gallery in the ExtensionGalleriesHost may cause it
493 // to it, this code first copies all the invalid gallery ids and the
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilter.java 60 // If the condition is true, then we want to use the camera, else use the gallery
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 22 <string name="gallery_picker_label" msgid="3080425245006492787">"Gallery"</string>
23 <string name="gallery_label" msgid="7119609703856708011">"Gallery"</string>
136 <string name="photos_gallery_title" msgid="6914406246471015448">"Gallery"</string>
138 <string name="videos_gallery_title" msgid="6150354029982749479">"Gallery"</string>
  /packages/apps/Gallery/res/values-en-rIN/
strings.xml 22 <string name="gallery_picker_label" msgid="3080425245006492787">"Gallery"</string>
23 <string name="gallery_label" msgid="7119609703856708011">"Gallery"</string>
136 <string name="photos_gallery_title" msgid="6914406246471015448">"Gallery"</string>
138 <string name="videos_gallery_title" msgid="6150354029982749479">"Gallery"</string>

Completed in 1165 milliseconds

1 2 3 45 6 7 8 91011>>