D | Gallery.java | 58 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { class 180 public Gallery(Context context) { in Gallery() method in Gallery 184 public Gallery(Context context, AttributeSet attrs) { in Gallery() method in Gallery 188 public Gallery(Context context, AttributeSet attrs, int defStyle) { in Gallery() method in Gallery 195 attrs, com.android.internal.R.styleable.Gallery, defStyle, 0); in Gallery() 333 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in generateDefaultLayoutParams() 868 Gallery.LayoutParams lp = (Gallery.LayoutParams) child.getLayoutParams(); in setUpChild() 870 lp = (Gallery.LayoutParams) generateDefaultLayoutParams(); in setUpChild()
|