Searched refs:Gallery (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryLtr.java23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
H A DBiDiTestGalleryRtl.java23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
/frameworks/base/core/java/android/widget/
H A DGallery.java45 * 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 { class in inherits:AbsSpinner,GestureDetector.OnGestureListener
65 private static final String TAG = "Gallery";
185 public Gallery(Context context) { method in class:Gallery
189 public Gallery(Context context, AttributeSet attrs) { method in class:Gallery
193 public Gallery(Contex method in class:Gallery
[all...]

Completed in 96 milliseconds