Home | History | Annotate | Download | only in widget

Lines Matching defs:TableRow

32  * <p>A layout that arranges its children horizontally. A TableRow should
34 * TableRow's parent is not a TableLayout, the TableRow will behave as
37 * <p>The children of a TableRow do not need to specify the
39 * XML file. TableRow always enforces those values to be respectively
44 * Also see {@link TableRow.LayoutParams android.widget.TableRow.LayoutParams}
47 public class TableRow extends LinearLayout {
56 * <p>Creates a new TableRow for the given context.</p>
60 public TableRow(Context context) {
66 * <p>Creates a new TableRow for the given context and with the
72 public TableRow(Context context, AttributeSet attrs) {
268 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION];
276 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT];
353 return new TableRow.LayoutParams(getContext(), attrs);
371 return p instanceof TableRow.LayoutParams;
385 event.setClassName(TableRow.class.getName());
391 info.setClassName(TableRow.class.getName());