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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 37 should appear. From there, you can go to the gallery with the gallery button or
44 bottom preview and save them to the Gallery. It does this by looking at the
  /packages/apps/Launcher3/
update_gallery_files.py 2 # Gallery into Launcher (we use some code from the Gallery
5 # latest version of Gallery
  /external/chromium/chrome/browser/resources/options/
personal_options.css 25 #themes-gallery-div {
personal_options.html 116 <div id="themes-gallery-div">
117 <a id="themes-gallery" i18n-content="themesGallery"
146 <div id="themes-gallery-div">
147 <a id="themes-gallery" i18n-content="themesGallery"
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
BucketNames.java 20 * Bucket names for buckets that are created and used in the Gallery.
  /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.
  /packages/apps/Gallery2/
Android.mk 32 LOCAL_OVERRIDES_PACKAGES := Gallery Gallery3D GalleryNew3D
53 # Use the following include to make gallery test apk
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk_unittest.cc 25 MediaGalleryPrefInfo gallery; local
26 gallery.pref_id = id;
27 gallery.device_id = StorageInfo::MakeDeviceId(StorageInfo::FIXED_MASS_STORAGE,
29 gallery.display_name = ASCIIToUTF16("Display Name");
30 return gallery;
120 // a gallery that the dialog hasn't seen before.
  /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...]
  /external/chromium_org/chrome/browser/resources/
component_extension_resources.grd 58 <include name="IDR_FILE_MANAGER_GALLERY" file="file_manager/gallery.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
101 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="file_manager/images/gallery/cursor_crop.png" type="BINDATA" />
102 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="file_manager/images/gallery/cursor_leftright.png" type="BINDATA" />
103 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="file_manager/images/gallery/cursor_move.png" type="BINDATA" />
104 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="file_manager/images/gallery/cursor_nwse.png" type="BINDATA" />
105 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="file_manager/images/gallery/cursor_swne.png" type="BINDATA" />
106 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_manager/images/gallery/cursor_updown.png" type="BINDATA" />
108 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="file_manager/images/gallery/2x/cursor_crop.png" type="BINDATA" />
109 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="file_manager/images/gallery/2x/cursor_leftright.png" type="BINDATA" />
110 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="file_manager/images/gallery/2x/cursor_move.png" type="BINDATA" /
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_testapi.js 14 * chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/gallery.html
26 Gallery.openStandalone(path, null, function() {
169 Gallery.instance.removeEventListener(event, listener);
172 Gallery.instance.addEventListener(event, listener);
199 if (!Gallery.instance) {
  /external/chromium_org/chrome/browser/ui/webui/options/
media_galleries_handler.cc 102 const MediaGalleryPrefInfo& gallery = iter->second; local
103 if (gallery.type == MediaGalleryPrefInfo::kBlackListed)
107 dict->SetString("displayName", gallery.GetGalleryDisplayName());
108 dict->SetString("path", gallery.AbsolutePath().LossyDisplayName());
109 dict->SetString("id", base::Uint64ToString(gallery.pref_id));
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 29 import android.widget.Gallery;
65 final Gallery parent = new Gallery(mActivity);
  /external/chromium_org/chrome/browser/resources/file_manager/
gallery.html 11 <link rel="stylesheet" href="css/gallery.css">
66 <script src="js/photo/gallery.js"></script>
76 <div class="gallery"></div>
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 77 /** gallery type */
80 /** album gallery */
83 /** reference gallery */
  /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);
180 AbsSpinner absSpinner = new Gallery(mContext);
214 AbsSpinner absSpinner = new Gallery(mContext);
Gallery_LayoutParamsTest.java 26 import android.widget.Gallery.LayoutParams;
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 201 const MediaGalleryPrefInfo& gallery,
207 void MediaGalleriesDialogViews::ForgetGallery(MediaGalleryPrefId gallery) {
213 const MediaGalleryPrefInfo& gallery,
217 string16 label = gallery.GetGalleryDisplayName();
218 string16 tooltip_text = gallery.GetGalleryTooltip();
219 string16 details = gallery.GetGalleryAdditionalDetails();
221 CheckboxMap::iterator iter = checkbox_map_.find(gallery.pref_id);
265 checkbox_map_[gallery.pref_id] = checkbox;
  /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 687 milliseconds

1 23 4 5 6 7 8 91011>>