HomeSort by relevance Sort by last modified time
    Searched full:gallery (Results 51 - 75 of 448) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 271 const MediaGalleryPrefInfo& gallery = it->second; local
272 if ((gallery.audio_count || gallery.image_count || gallery.video_count) &&
273 !gallery.IsBlackListedType() &&
274 !ContainsKey(permitted, gallery.pref_id) &&
275 !ContainsKey(ignore_list, gallery.pref_id)) {
276 ScanResults::iterator existing = scan_results->find(gallery.pref_id);
279 (*scan_results)[gallery.pref_id] = Entry(gallery, true)
    [all...]
media_scan_manager.cc 160 const MediaGalleryPrefInfo& gallery = it->second; local
161 if (!gallery.IsBlackListedType()) {
163 SumFilesUnderPath(gallery.AbsolutePath(), child_folders);
164 if (gallery.audio_count != file_counts.audio_count ||
165 gallery.image_count != file_counts.image_count ||
166 gallery.video_count != file_counts.video_count) {
176 const MediaGalleryPrefInfo& gallery = local
178 preferences->AddGallery(gallery.device_id, gallery.path, gallery.type
199 MediaGalleryPrefInfo gallery; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.cc 51 // BroadcastEvent() sends the gallery changed events to all the extensions
55 // DispatchEventToExtension() to dispatch the gallery changed event only to
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 17 package com.android.camera.gallery;
44 * The interface of all image collections used in gallery.
IImage.java 17 package com.android.camera.gallery;
25 * The interface of all images used in gallery.
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views_unittest.cc 24 MediaGalleryPrefInfo gallery; local
25 gallery.pref_id = id;
26 gallery.device_id = storage_monitor::StorageInfo::MakeDeviceId(
29 gallery.display_name = base::ASCIIToUTF16("Display Name");
30 return gallery;
109 // a gallery that the dialog hasn't seen before.
media_galleries_dialog_views.cc 187 const MediaGalleriesDialogController::Entry& gallery,
190 bool show_folder_viewer = controller_->ShouldShowFolderViewer(gallery);
192 CheckboxMap::iterator iter = checkbox_map_.find(gallery.pref_info.pref_id);
195 checkbox->SetChecked(gallery.selected);
196 checkbox->SetText(gallery.pref_info.GetGalleryDisplayName());
197 checkbox->SetTooltipText(gallery.pref_info.GetGalleryTooltip());
198 base::string16 details = gallery.pref_info.GetGalleryAdditionalDetails();
206 new MediaGalleryCheckboxView(gallery.pref_info, show_folder_viewer,
208 gallery_view->checkbox()->SetChecked(gallery.selected);
210 checkbox_map_[gallery.pref_info.pref_id] = gallery_view
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 41 import android.widget.Gallery;
143 final Gallery gallery = (Gallery) view.findViewById(R.id.gallery); local
144 gallery.setCallbackDuringFling(false);
145 gallery.setOnItemSelectedListener(this);
146 gallery.setAdapter(new ImageAdapter(getActivity()));
152 selectWallpaper(gallery.getSelectedItemPosition());
179 // Selection handler for the embedded Gallery vie
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 45 * The default values for the Gallery assume you will be using
47 * each View given to the Gallery from the Adapter. If you are not doing this,
48 * you may need to adjust some Gallery properties, such as the spacing.
50 * Views given to the Gallery should use {@link Gallery.LayoutParams} as their
63 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {
65 private static final String TAG = "Gallery";
186 * Offset between the center of the selected child view and the center of the Gallery.
191 public Gallery(Context context) {
195 public Gallery(Context context, AttributeSet attrs)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 30 import android.widget.Gallery;
68 final Gallery parent = new Gallery(mActivity);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery_scripts.js 58 //<include src="gallery.js">
66 window.Gallery = Gallery;
  /external/chromium_org/ui/file_manager/file_manager/
gallery.html 11 <link rel="stylesheet" href="foreground/css/gallery.css">
69 <script src="foreground/js/photo/gallery.js"></script>
77 <div class="gallery"></div>
  /external/chromium_org/ui/file_manager/gallery/
gallery.html 12 <link rel="stylesheet" href="css/gallery.css">
68 <script src="js/gallery.js"></script>
76 <div class="gallery"></div>
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_scripts.js 58 //<include src="gallery.js">
67 window.Gallery = Gallery;
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 77 /** gallery type */
80 /** album gallery */
83 /** reference gallery */
  /frameworks/base/docs/html/training/system-ui/
dim.jd 70 <p>Figure 1 shows a gallery image in which the navigation bar is dimmed (note that the Gallery app
79 <p>Figure 2 shows the same gallery image, but with the system bars displayed:</p>
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 37 import android.widget.Gallery;
63 new Gallery(mContext);
64 new Gallery(mContext, null);
65 new Gallery(mContext, null, 0);
69 new Gallery(mContext, attrs);
70 new Gallery(mContext, attrs, 0);
182 AbsSpinner absSpinner = new Gallery(mContext);
217 AbsSpinner absSpinner = new Gallery(mContext);
Gallery_LayoutParamsTest.java 27 import android.widget.Gallery.LayoutParams;
  /external/chromium_org/native_client_sdk/doc_generated/
quick-start.html 10 <li>Play with some of the applications in the <a class="reference external" href="community/application-gallery">Application Gallery</a> to see what others have done so far.</li>
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 11 import android.widget.Gallery;
37 adapterView = new Gallery(context);
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 19 import com.android.camera.gallery.IImage;
20 import com.android.camera.gallery.IImageList;
  /packages/screensavers/PhotoTable/res/values/
strings.xml 26 <!-- Name of the album that contains all g+ post photos, copy from Gallery. -->
35 <!-- Name for photos that are stored on this device, copy from Gallery. -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Buttons1.java 27 * A gallery of the different styles of buttons.
  /development/samples/HoneycombGallery/res/values/
strings.xml 18 <string name="app_name">Honeycomb Gallery</string>
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
UsbAccessoryActivity.java 26 * USB service and springboards to the main Gallery activity

Completed in 1242 milliseconds

1 23 4 5 6 7 8 91011>>