Home | History | Annotate | Download | only in widget

Lines Matching defs:Gallery

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";
185 public Gallery(Context context) {
189 public Gallery(Context context, AttributeSet attrs) {
193 public Gallery(Context context, AttributeSet attrs, int defStyle) {
200 attrs, com.android.internal.R.styleable.Gallery, defStyle, 0);
270 * Sets the spacing between items in a Gallery
272 * @param spacing The spacing in pixels between items in the Gallery
281 * Sets the alpha of items that are not selected in the Gallery.
336 * Gallery expects Gallery.LayoutParams.
338 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
448 * @return The center of this Gallery.
462 * Detaches children that are off the screen (i.e.: Gallery bounds).
464 * @param toLeft Whether to detach children to the left of the Gallery, or
516 * is the gallery's center).
597 * Creates and positions all views for this Gallery.
618 // Handle an empty gallery by removing all views.
638 * gallery as we scroll
818 * @param position Position in the gallery for the view to obtain
825 * @return A view that has been added to the gallery
873 Gallery.LayoutParams lp = (Gallery.LayoutParams) child.getLayoutParams();
875 lp = (Gallery.LayoutParams) generateDefaultLayoutParams();
988 // Fling the gallery!
1004 Gallery is
1011 // info on the screen is up-to-date with the gallery's selection
1180 // Gallery steals all key events
1352 * The gallery shows focus by focusing the selected item. So, give
1366 event.setClassName(Gallery.class.getName());
1372 info.setClassName(Gallery.class.getName());
1517 * Gallery extends LayoutParams to provide a place to hold current