Lines Matching defs:LayoutParams

57  * is {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}. If the child
59 * {@link android.widget.TableLayout.LayoutParams#WRAP_CONTENT}.</p>
408 public void addView(View child, ViewGroup.LayoutParams params) {
417 public void addView(View child, int index, ViewGroup.LayoutParams params) {
494 final ViewGroup.LayoutParams layoutParams = row.getLayoutParams();
495 layoutParams.height = LayoutParams.WRAP_CONTENT;
628 public LayoutParams generateLayoutParams(AttributeSet attrs) {
629 return new TableLayout.LayoutParams(getContext(), attrs);
634 * {@link android.view.ViewGroup.LayoutParams#MATCH_PARENT},
635 * and a height of {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}.
638 protected LinearLayout.LayoutParams generateDefaultLayoutParams() {
639 return new LayoutParams();
646 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) {
647 return p instanceof TableLayout.LayoutParams;
654 protected LinearLayout.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p) {
655 return new LayoutParams(p);
664 public static class LayoutParams extends LinearLayout.LayoutParams {
668 public LayoutParams(Context c, AttributeSet attrs) {
675 public LayoutParams(int w, int h) {
682 public LayoutParams(int w, int h, float initWeight) {
688 * {@link android.view.ViewGroup.LayoutParams} and the child height to
689 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}.</p>
691 public LayoutParams() {
698 public LayoutParams(ViewGroup.LayoutParams p) {
705 public LayoutParams(MarginLayoutParams source) {
711 * {@link android.view.ViewGroup.LayoutParams#MATCH_PARENT}; the row's
713 * {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT} if no layout