/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
ImageListUberUnitTests.java | 1 package com.android.camera.gallery;
|
/packages/apps/Gallery2/src/com/android/photos/ |
GalleryActivity.java | 74 getMenuInflater().inflate(R.menu.gallery, menu);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
gallery.js | 11 function beforeunload() { return Gallery.instance.onBeforeUnload() } 17 function unload(opt_exiting) { Gallery.instance.onUnload(opt_exiting) } 20 * Gallery for viewing and editing image files. 40 function Gallery(context, volumeManager) { 41 this.container_ = document.querySelector('.gallery'); 57 * Gallery extends cr.EventTarget. 59 Gallery.prototype.__proto__ = cr.EventTarget.prototype; 62 * Creates and initializes a Gallery object based on a context. 64 * @param {Object} context Gallery context. 69 Gallery.open = function(context, volumeManager, entries, selectedEntries) [all...] |
gallery_item.js | 13 Gallery.Item = function(entry) { 21 Gallery.Item.prototype.getEntry = function() { return this.entry_ }; 26 Gallery.Item.prototype.getFileName = function() { 33 Gallery.Item.prototype.isOriginal = function() { return this.original_ }; 39 Gallery.Item.COPY_SIGNATURE = ' - Edited'; 45 Gallery.Item.REGEXP_COPY_0 = 46 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + '$'); 52 Gallery.Item.REGEXP_COPY_N = 53 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + ' \\((\\d+)\\)$'); 62 Gallery.Item.prototype.createCopyName_ = function(dirEntry, callback) [all...] |
slide_mode.js | 20 * @param {function(function())} toggleMode Function to toggle the Gallery mode. 293 this.metadataCache_.get(selectedItem.getEntry(), Gallery.METADATA_TYPE, 365 * @return {Gallery.Item} Item. 372 * @return {Gallery.Item} Selected index. 389 * @return {Gallery.Item} Selected item. 522 selectedItem.getEntry(), Gallery.METADATA_TYPE, onMetadata); 984 this.getSelectedIndex(), 0, new Gallery.Item(oldEntry)); 1006 this.metadataCache_.clear(event.oldEntry, Gallery.METADATA_TYPE); 1024 SlideMode.OVERWRITE_KEY = 'gallery-overwrite-original'; 1031 SlideMode.OVERWRITE_BUBBLE_KEY = 'gallery-overwrite-bubble' [all...] |
mosaic_mode.js | 313 this.metadataCache_.get(tile.getItem().getEntry(), Gallery.METADATA_TYPE, 735 * with the style of .mosaic-item in gallery.css (= 2 * ( 4 + 1)) [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 19 import com.android.gallery.R; 41 import com.android.camera.gallery.IImage;
|
ImageGallery.java | 19 import com.android.gallery.R; 60 import com.android.camera.gallery.IImage; 61 import com.android.camera.gallery.IImageList; 62 import com.android.camera.gallery.VideoObject; 558 // gallery and the title of the gallery. [all...] |
MovieViewControl.java | 19 import com.android.gallery.R;
|
PhotoAppWidgetProvider.java | 19 import com.android.gallery.R;
|
ViewImage.java | 19 import com.android.gallery.R; 47 import com.android.camera.gallery.IImage; 48 import com.android.camera.gallery.IImageList; 49 import com.android.camera.gallery.VideoObject; 54 // gallery. It has two modes: normal mode and slide show mode. In normal mode [all...] |
CropImage.java | 19 import com.android.gallery.R; 21 import com.android.camera.gallery.IImage; 22 import com.android.camera.gallery.IImageList;
|
GalleryPicker.java | 19 import com.android.gallery.R; 21 import com.android.camera.gallery.IImage; 22 import com.android.camera.gallery.IImageList;
|
GridViewSpecial.java | 19 import com.android.gallery.R; 42 import com.android.camera.gallery.IImage; 43 import com.android.camera.gallery.IImageList; [all...] |
HighlightView.java | 19 import com.android.gallery.R;
|
MenuHelper.java | 19 import com.android.gallery.R; 48 import com.android.camera.gallery.IImage; [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 17 package com.android.camera.gallery;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_tasks.js | 201 actionId === 'gallery')); 241 } else if (taskParts[2] === 'gallery') { 542 if (id === 'gallery') { 594 * Open the Gallery. 604 * The core implementation to open the Gallery. 620 if (this.params_ && this.params_.gallery) { 621 // Remove the Gallery state from the location, we do not need it any more. 629 // changes in the Gallery and popped when the Gallery is closed. 634 fm.closeFilePopup(); // Will call Gallery.unload [all...] |
file_manager.js | [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.css | 105 #suggest-gallery {
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 226 * Special pages like the samples gallery may want to modify their template
|
/external/chromium_org/native_client_sdk/src/doc/_static/css/ |
local_extensions.css | [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |