D | Gallery.java | 65 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { class 199 public Gallery(Context context) { in Gallery() method in Gallery 203 public Gallery(Context context, AttributeSet attrs) { in Gallery() method in Gallery 207 public Gallery(Context context, AttributeSet attrs, int defStyleAttr) { in Gallery() method in Gallery 211 public Gallery(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Gallery() method in Gallery 215 attrs, com.android.internal.R.styleable.Gallery, defStyleAttr, defStyleRes); in Gallery() 216 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.Gallery, in Gallery() 365 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in generateDefaultLayoutParams() 916 Gallery.LayoutParams lp = (Gallery.LayoutParams) child.getLayoutParams(); in setUpChild() 918 lp = (Gallery.LayoutParams) generateDefaultLayoutParams(); in setUpChild() [all …]
|