Home | History | Annotate | Download | only in widget

Lines Matching defs:TableRow

31  * <p>A layout that arranges its children horizontally. A TableRow should
33 * TableRow's parent is not a TableLayout, the TableRow will behave as
36 * <p>The children of a TableRow do not need to specify the
38 * XML file. TableRow always enforces those values to be respectively
43 * Also see {@link TableRow.LayoutParams android.widget.TableRow.LayoutParams}
46 public class TableRow extends LinearLayout {
55 * <p>Creates a new TableRow for the given context.</p>
59 public TableRow(Context context) {
65 * <p>Creates a new TableRow for the given context and with the
71 public TableRow(Context context, AttributeSet attrs) {
267 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION];
275 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT];
354 return new TableRow.LayoutParams(getContext(), attrs);
372 return p instanceof TableRow.LayoutParams;
385 return TableRow.class.getName();