HomeSort by relevance Sort by last modified time
    Searched refs:gallery (Results 26 - 50 of 74) sorted by null

12 3

  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 19 import com.android.gallery.R;
GalleryPickerItem.java 19 import com.android.gallery.R;
ImageGetter.java 19 import com.android.camera.gallery.IImage;
20 import com.android.camera.gallery.IImageList;
21 import com.android.camera.gallery.VideoObject;
ImageLoader.java 19 import com.android.camera.gallery.IImage;
EvenlySpacedLayout.java 19 import com.android.gallery.R;
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 1 package com.android.camera.gallery;
MockImageList.java 1 package com.android.camera.gallery;
LruCacheUnitTests.java 1 package com.android.camera.gallery;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permissions_unittest.cc 21 void AddGalleryPermission(MediaGalleryPrefId gallery,
25 permission.pref_id = gallery;
media_galleries_dialog_controller.h 93 // A checkbox beside a gallery permission was checked. The full set
94 // of gallery permissions checkbox settings is sent on every checkbox toggle.
97 virtual void DidToggleNewGallery(const MediaGalleryPrefInfo& gallery,
159 // possible changes includes a gallery getting blacklisted, or a new
160 // auto detected gallery becoming available.
167 // gallery permissions.
195 // This is the authoritative source for gallery information.
media_file_system_registry.cc 220 // For each gallery in the list of permitted |galleries|, checks if the
262 PrefIdFsInfoMap::iterator gallery = pref_id_map_.find(id); local
263 if (gallery == pref_id_map_.end())
266 file_system_context_->RevokeFileSystem(gallery->second.fsid);
267 pref_id_map_.erase(gallery);
377 // A map from the gallery preferences id to the file system information.
444 // Since revoking a gallery in the ExtensionGalleriesHost may cause it
446 // to it, this code first copies all the invalid gallery ids and the
635 // Go through ExtensionHosts, and remove indicated gallery, if any.
668 // matching gallery-change-watcher since it is no longer needed. Leave th
    [all...]
media_galleries_preferences.h 56 // The absolute path of the gallery.
59 // The ID that identifies this gallery in this Profile.
62 // The user-visible name of this gallery.
66 // gallery lives on.
69 // The root of the gallery, relative to the root of the device.
72 // The type of gallery.
75 // The volume label of the volume/device on which the gallery
79 // Vendor name for the volume/device on which the gallery is located.
83 // Model name for the volume/device on which the gallery is located.
87 // The capacity in bytes of the volume/device on which the gallery i
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 74 bool AddOrUpdateGallery(const MediaGalleryPrefInfo& gallery,
91 // A map from media gallery ID to views::Checkbox view.
96 // Pointer to the button to add a new gallery. Owned by parent in
  /packages/apps/Gallery/src/com/android/camera/gallery/
LruCache.java 17 package com.android.camera.gallery;
VideoObject.java 17 package com.android.camera.gallery;
ImageList.java 17 package com.android.camera.gallery;
VideoList.java 17 package com.android.camera.gallery;
28 * A collection of all the <code>VideoObject</code> in gallery.
BaseImage.java 17 package com.android.camera.gallery;
BaseImageList.java 17 package com.android.camera.gallery;
Image.java 17 package com.android.camera.gallery;
36 * The class for normal images in gallery.
UriImage.java 17 package com.android.camera.gallery;
  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 29 import android.widget.Gallery;
31 import android.widget.Gallery.LayoutParams;
38 * a gallery of stock photos.
57 private Gallery mGallery;
67 mGallery = (Gallery) findViewById(R.id.gallery);
141 i.setLayoutParams(new Gallery.LayoutParams(
  /packages/apps/Gallery2/
Android.mk 32 LOCAL_OVERRIDES_PACKAGES := Gallery Gallery3D GalleryNew3D
53 # Use the following include to make gallery test apk
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Gallery1.java 32 import android.widget.Gallery;
45 // Reference the Gallery view
46 Gallery g = (Gallery) findViewById(R.id.gallery);
57 // We also want to show context menu for longpressed items in the gallery
124 imageView.setLayoutParams(new Gallery.LayoutParams(
128 // The preferred Gallery item background
ImageSwitcher1.java 30 import android.widget.Gallery;
31 import android.widget.Gallery.LayoutParams;
54 Gallery g = (Gallery) findViewById(R.id.gallery);
99 i.setLayoutParams(new Gallery.LayoutParams(

Completed in 182 milliseconds

12 3