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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGalleryRtl.java 23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/values/
strings.xml 21 <string name="gallery"> Go To Gallery </string>
25 <string name="galleryOpenButton" > Gallery </string>
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 34 virtual void UpdateGallery(const MediaGalleryPrefInfo& gallery,
36 virtual void ForgetGallery(MediaGalleryPrefId gallery) OVERRIDE;
65 bool AddOrUpdateGallery(const MediaGalleryPrefInfo& gallery,
78 // A map from media gallery ID to views::Checkbox view.
81 // Pointer to the button to add a new gallery. Owned by parent in
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.h 36 // Updates the entry for |gallery| with the checkbox set to the value in
37 // |permitted|. |gallery| is owned by the controller and is guaranteed to
40 virtual void UpdateGallery(const MediaGalleryPrefInfo& gallery,
43 // If there exists an entry for |gallery|, it should be removed.
44 virtual void ForgetGallery(MediaGalleryPrefId gallery) = 0;
96 // A checkbox beside a gallery permission was checked. The full set
97 // of gallery permissions checkbox settings is sent on every checkbox toggle.
148 // possible changes includes a gallery getting blacklisted, or a new
149 // auto detected gallery becoming available.
156 // gallery permissions
    [all...]
media_galleries_preferences.cc 46 // Pref key for the list of media gallery permissions.
48 // Pref key for Media Gallery ID.
50 // Pref key for Media Gallery Permission Value.
154 const MediaGalleryPrefInfo& gallery) {
157 base::Uint64ToString(gallery.pref_id));
158 if (!gallery.volume_metadata_valid)
159 dict->SetString(kMediaGalleriesDisplayNameKey, gallery.display_name);
160 dict->SetString(kMediaGalleriesDeviceIdKey, gallery.device_id);
161 dict->SetString(kMediaGalleriesPathKey, gallery.path.value());
164 switch (gallery.type)
524 const MediaGalleryPrefInfo& gallery = known_galleries_.find(*it)->second; local
776 MediaGalleriesPrefInfoMap::const_iterator gallery = local
    [all...]
media_galleries_preferences_unittest.cc 269 // Add a new auto detected gallery.
288 // Add a new user added gallery.
305 // Check that we always get the gallery info.
325 // Remove an auto added gallery (i.e. make it blacklisted).
331 // Remove a user added gallery and it should go away.
346 // Add a new auto detected gallery.
383 // Add an auto detected gallery in the prefs version 0 format.
411 // Whenever a gallery is added, its type is either set to "AutoDetected" or
412 // "UserAdded". When the gallery is removed, user added galleries are actually
414 // When the gallery is added again, the black listed state is updated back t
    [all...]
  /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(
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.mm 61 NSString* GetUniqueIDForGallery(const MediaGalleryPrefInfo& gallery) {
62 return base::SysUTF8ToNSString(gallery.device_id + gallery.path.value());
132 // Add gallery permission checkboxes inside the scrolling view.
262 const MediaGalleryPrefInfo* gallery = &iter->pref_info;
263 NSString* unique_id = GetUniqueIDForGallery(*gallery);
265 controller_->DidToggleGalleryId(gallery->pref_id,
276 const MediaGalleryPrefInfo* gallery = &iter->pref_info;
277 NSString* unique_id = GetUniqueIDForGallery(*gallery);
279 controller_->DidToggleGalleryId(gallery->pref_id
    [all...]
media_galleries_dialog_cocoa_unittest.mm 23 MediaGalleryPrefInfo gallery;
24 gallery.pref_id = pref_id;
25 gallery.device_id =
28 gallery.display_name = ASCIIToUTF16("name");
29 return gallery;
123 // a gallery that the dialog hasn't seen before.
202 // Remove a gallery.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
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(
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk.h 32 virtual void UpdateGallery(const MediaGalleryPrefInfo& gallery,
34 virtual void ForgetGallery(MediaGalleryPrefId gallery) OVERRIDE;
53 virtual void UpdateGalleryInContainer(const MediaGalleryPrefInfo& gallery,
media_galleries_dialog_gtk.cc 132 // Add gallery button.
165 const MediaGalleryPrefInfo& gallery,
171 const MediaGalleryPrefInfo& gallery,
179 std::string details = UTF16ToUTF8(gallery.GetGalleryAdditionalDetails());
186 checkbox_map_[gallery.pref_id] = widget;
188 std::string tooltip_text = UTF16ToUTF8(gallery.GetGalleryTooltip());
192 std::string label = UTF16ToUTF8(gallery.GetGalleryDisplayName());
196 void MediaGalleriesDialogGtk::ForgetGallery(MediaGalleryPrefId gallery) {
199 if (iter->first == gallery) {
  /cts/tests/src/android/widget/cts/
MyGallery.java 27 import android.widget.Gallery;
30 * A minimal mock gallery for {@link Gallery} test.
32 public class MyGallery extends Gallery {
  /external/chromium_org/chrome/browser/resources/options/
media_galleries_manager_overlay.html 9 <button id="new-media-gallery" i18n-content="addNewGalleryButton">
  /external/chromium_org/chrome/common/extensions/api/
media_galleries_private.idl 24 // A dictionary that describes the modified gallery.
26 // Gallery identifier.
37 // Fired when a media gallery is changed.
41 // A dictionary that describes the add gallery watch request results.
  /development/samples/ApiDemos/res/layout/
gallery_1.xml 23 <Gallery android:id="@+id/gallery"
gallery_2.xml 30 <Gallery android:id="@+id/gallery"
image_switcher_1.xml 28 <Gallery android:id="@+id/gallery"
  /development/samples/Home/res/layout/
wallpaper.xml 35 <Gallery android:id="@+id/gallery"
  /packages/apps/Gallery/src/com/android/camera/
GallerySettings.java 19 import com.android.gallery.R;
26 // This is the setting screen for Gallery.
  /packages/apps/Launcher2/res/layout/
wallpaper_chooser.xml 32 <Gallery android:id="@+id/gallery"
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_manager.cc 36 // Dispatches the gallery changed event on the UI thread.
52 // This class does a recursive watch on the gallery file path and holds a list
53 // of extensions that are watching the gallery. When there is a file system
54 // activity within the gallery, GalleryFilePathWatcher notifies the interested
68 // Adds the extension reference to the watched gallery.
71 // Removes the extension reference to the watched gallery.
89 // Value: Time at which the last gallery changed event is dispatched.
103 // Used to notify the interested extensions about the gallery changed event.
106 // The gallery identifier, e.g "1".
109 // The gallery file path watcher
    [all...]
  /packages/apps/Gallery2/
CleanSpec.mk 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Gallery*)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 39 import android.widget.Gallery;
142 final Gallery gallery = (Gallery) view.findViewById(R.id.gallery); local
143 gallery.setCallbackDuringFling(false);
144 gallery.setOnItemSelectedListener(this);
145 gallery.setAdapter(new ImageAdapter(getActivity()));
151 selectWallpaper(gallery.getSelectedItemPosition());
178 // Selection handler for the embedded Gallery vie
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
mediaGalleries.html 17 specific media galleries at runtime using the media gallery configuration
28 runtime by using the media gallery management dialog. For example:</p>
42 media gallery management dialog, after which the app will be able

Completed in 480 milliseconds

12 3 4 5 6 7 8 91011>>