HomeSort by relevance Sort by last modified time
    Searched defs:Gallery (Results 1 - 10 of 10) 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 52 import android.widget.Gallery;
59 * Test {@link Gallery}.
61 @TestTargetClass(Gallery.class)
63 private Gallery mGallery;
79 mGallery = (Gallery) mActivity.findViewById(R.id.gallery_test);
85 method = "Gallery",
90 method = "Gallery",
95 method = "Gallery",
101 new Gallery(mContext);
103 new Gallery(mContext, null)
184 final MyGallery gallery = (MyGallery) mActivity.findViewById(R.id.gallery_test); local
221 MyGallery gallery = new MyGallery(mContext); local
354 MyGallery gallery = new MyGallery(mContext); local
368 MyGallery gallery = new MyGallery(mContext); local
380 MyGallery gallery = new MyGallery(mContext); local
394 MyGallery gallery = new MyGallery(mContext); local
412 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
430 MyGallery gallery = new MyGallery(mContext); local
445 final MyGallery gallery = (MyGallery) getActivity().findViewById(R.id.gallery_test); local
468 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/10/
android.jar 
  /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 187 milliseconds