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

/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";
186 * Offset between the center of the selected child view and the center of the Gallery.
191 public Gallery(Context context) { method in class:Gallery
195 public Gallery(Contex method in class:Gallery
199 public Gallery(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Gallery
203 public Gallery(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:Gallery
[all...]

Completed in 43 milliseconds