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/
DeleteImage.java 19 import com.android.gallery.R;
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;
ImageListUberUnitTests.java 1 package com.android.camera.gallery;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permissions_unittest.cc 19 void AddGalleryPermission(MediaGalleryPrefId gallery,
23 permission.pref_id = gallery;
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
media_galleries_preferences.h 57 // The absolute path of the gallery.
60 // The ID that identifies this gallery in this Profile.
63 // The user-visible name of this gallery.
67 // gallery lives on.
70 // The root of the gallery, relative to the root of the device.
73 // The type of gallery.
76 // The volume label of the volume/device on which the gallery
80 // Vendor name for the volume/device on which the gallery is located.
84 // Model name for the volume/device on which the gallery is located.
88 // The capacity in bytes of the volume/device on which the gallery i
    [all...]
  /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 2791 milliseconds

12 3