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

  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 42 import android.widget.Gallery;
63 "to test. So, we use its subclass Spinner and Gallery to test")
92 new Gallery(mContext);
93 new Gallery(mContext, null);
94 new Gallery(mContext, null, 0);
98 new Gallery(mContext, attrs);
99 new Gallery(mContext, attrs, 0);
263 AbsSpinner absSpinner = new Gallery(mContext);
303 AbsSpinner absSpinner = new Gallery(mContext);
GalleryTest.java 54 import android.widget.Gallery;
61 * Test {@link Gallery}.
63 @TestTargetClass(Gallery.class)
65 private Gallery mGallery;
81 mGallery = (Gallery) mActivity.findViewById(R.id.gallery_test);
87 method = "Gallery",
92 method = "Gallery",
97 method = "Gallery",
103 new Gallery(mContext);
105 new Gallery(mContext, null)
250 final MyGallery gallery = (MyGallery) mActivity.findViewById(R.id.gallery_test); local
287 MyGallery gallery = new MyGallery(mContext); local
420 MyGallery gallery = new MyGallery(mContext); local
434 MyGallery gallery = new MyGallery(mContext); local
446 MyGallery gallery = new MyGallery(mContext); local
460 MyGallery gallery = new MyGallery(mContext); local
478 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
496 MyGallery gallery = new MyGallery(mContext); local
511 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
534 MyGallery gallery = new MyGallery(mContext); local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
Gallery.java 44 public final class Gallery extends Activity {
46 private static final String TAG = "Gallery";
104 mApp = new App(Gallery.this);
146 mAccountsEnabled = PicasaDataSource.getAccountStatus(Gallery.this);
366 final PicasaDataSource picasaDataSource = new PicasaDataSource(Gallery.this);
367 final LocalDataSource localDataSource = new LocalDataSource(Gallery.this, LocalDataSource.URI_ALL_MEDIA, false);
381 String type = intent.resolveType(Gallery.this);
407 final LocalDataSource singleDataSource = new LocalDataSource(Gallery.this, uri.toString(), true);
  /frameworks/base/core/java/android/widget/
Gallery.java 42 * The default values for the Gallery assume you will be using
44 * each View given to the Gallery from the Adapter. If you are not doing this,
45 * you may need to adjust some Gallery properties, such as the spacing.
47 * Views given to the Gallery should use {@link Gallery.LayoutParams} as their
50 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-gallery.html">Gallery
58 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {
60 private static final String TAG = "Gallery";
173 public Gallery(Context context)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 70 milliseconds