HomeSort by relevance Sort by last modified time
    Searched defs:Gallery (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery.js 11 function beforeunload() { return Gallery.instance.onBeforeUnload() }
17 function unload(opt_exiting) { Gallery.instance.onUnload(opt_exiting) }
20 * Gallery for viewing and editing image files.
40 function Gallery(context, volumeManager) {
41 this.container_ = document.querySelector('.gallery');
57 * Gallery extends cr.EventTarget.
59 Gallery.prototype.__proto__ = cr.EventTarget.prototype;
62 * Creates and initializes a Gallery object based on a context.
64 * @param {Object} context Gallery context.
69 Gallery.open = function(context, volumeManager, entries, selectedEntries)
    [all...]
gallery_item.js 13 Gallery.Item = function(entry) {
21 Gallery.Item.prototype.getEntry = function() { return this.entry_ };
26 Gallery.Item.prototype.getFileName = function() {
33 Gallery.Item.prototype.isOriginal = function() { return this.original_ };
39 Gallery.Item.COPY_SIGNATURE = ' - Edited';
45 Gallery.Item.REGEXP_COPY_0 =
46 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + '$');
52 Gallery.Item.REGEXP_COPY_N =
53 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + ' \\((\\d+)\\)$');
62 Gallery.Item.prototype.createCopyName_ = function(dirEntry, callback)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 24 /** Trampoline activity that launches the Gallery activity defined in IntentHelper. */
25 public class Gallery extends Activity {
29 Intent intent = IntentHelper.getGalleryIntent(Gallery.this);
31 // it's already in a new task. Start Gallery activity and
  /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);
GalleryTest.java 47 import android.widget.Gallery;
54 * Test {@link Gallery}.
57 private Gallery mGallery;
73 mGallery = (Gallery) mActivity.findViewById(R.id.gallery_test);
77 new Gallery(mContext);
79 new Gallery(mContext, null);
81 new Gallery(mContext, null, 0);
85 new Gallery(mContext, attrs);
86 new Gallery(mContext, attrs, 0);
89 new Gallery(null)
136 final MyGallery gallery = (MyGallery) mActivity.findViewById(R.id.gallery_test); local
161 MyGallery gallery = new MyGallery(mContext); local
226 MyGallery gallery = new MyGallery(mContext); local
235 MyGallery gallery = new MyGallery(mContext); local
242 MyGallery gallery = new MyGallery(mContext); local
251 MyGallery gallery = new MyGallery(mContext); local
261 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
274 MyGallery gallery = new MyGallery(mContext); local
283 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
301 MyGallery gallery = new MyGallery(mContext); local
    [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...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 891 milliseconds